Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
78ac4396
Commit
78ac4396
authored
Mar 04, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imake cleanup: Drop all references to BuildFontServer.
parent
f5f28041
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
44 deletions
+2
-44
README
nx-X11/config/cf/README
+0
-1
X11.tmpl
nx-X11/config/cf/X11.tmpl
+1
-5
host.def
nx-X11/config/cf/host.def
+0
-8
xf86site.def
nx-X11/config/cf/xf86site.def
+0
-6
xfree86.cf
nx-X11/config/cf/xfree86.cf
+0
-7
xorg.cf
nx-X11/config/cf/xorg.cf
+0
-7
xorgsite.def
nx-X11/config/cf/xorgsite.def
+0
-6
Imakefile
nx-X11/programs/Imakefile
+1
-4
No files found.
nx-X11/config/cf/README
View file @
78ac4396
...
@@ -178,7 +178,6 @@ X11.tmpl provides defaults for the following variables:
...
@@ -178,7 +178,6 @@ X11.tmpl provides defaults for the following variables:
BuildDBE build DOUBLE-BUFFER extension
BuildDBE build DOUBLE-BUFFER extension
BuildDmx build Distributed Multihead X server and extension
BuildDmx build Distributed Multihead X server and extension
BuildDPMS build Display Power Management Signaling extension
BuildDPMS build Display Power Management Signaling extension
BuildFontServer build font server
BuildFonts build pcf fonts
BuildFonts build pcf fonts
BuildIncRoot relative path to location of headers in build
BuildIncRoot relative path to location of headers in build
BuildIncTop path from build includes directory to top
BuildIncTop path from build includes directory to top
...
...
nx-X11/config/cf/X11.tmpl
View file @
78ac4396
...
@@ -144,9 +144,6 @@ XORGRELSTRING = XorgManVersionString
...
@@ -144,9 +144,6 @@ XORGRELSTRING = XorgManVersionString
#ifndef BuildLibrariesForXServers
#ifndef BuildLibrariesForXServers
#define BuildLibrariesForXServers BuildServer
#define BuildLibrariesForXServers BuildServer
#endif
#endif
#ifndef BuildFontServer
#define BuildFontServer YES
#endif
#ifndef XserverStaticFontLib
#ifndef XserverStaticFontLib
#define XserverStaticFontLib YES
#define XserverStaticFontLib YES
#endif
#endif
...
@@ -166,7 +163,7 @@ XORGRELSTRING = XorgManVersionString
...
@@ -166,7 +163,7 @@ XORGRELSTRING = XorgManVersionString
#define BuildBuiltinFonts NO
#define BuildBuiltinFonts NO
#endif
#endif
#ifndef BuildFonts
#ifndef BuildFonts
#define BuildFonts
(BuildServer | BuildFontServer)
#define BuildFonts
BuildServer
#endif
#endif
#ifndef Build75DpiFonts
#ifndef Build75DpiFonts
#define Build75DpiFonts YES
#define Build75DpiFonts YES
...
@@ -1688,7 +1685,6 @@ XCOMM X Window System make variables; these need to be coordinated with rules
...
@@ -1688,7 +1685,6 @@ XCOMM X Window System make variables; these need to be coordinated with rules
RGBSRC = $(XTOP)/programs/rgb
RGBSRC = $(XTOP)/programs/rgb
BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
FONTSERVERSRC = $(PROGRAMSRC)/xfs
FONTINCSRC = $(XTOP)/include/fonts
FONTINCSRC = $(XTOP)/include/fonts
EXTINCSRC = $(XTOP)/include/extensions
EXTINCSRC = $(XTOP)/include/extensions
FTSOURCEDIR = FreeTypeSrcDir
FTSOURCEDIR = FreeTypeSrcDir
...
...
nx-X11/config/cf/host.def
View file @
78ac4396
...
@@ -250,13 +250,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
...
@@ -250,13 +250,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
*/
*/
/*
/*
* To disable building the font server, uncomment this.
*
#define BuildFontServer NO
*/
#define BuildFontServer NO
/*
* Speedo fonts have been disabled by default in this release.
* Speedo fonts have been disabled by default in this release.
* To re-enable support for Speedo fonts, uncomment this.
* To re-enable support for Speedo fonts, uncomment this.
*
*
...
@@ -934,7 +927,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
...
@@ -934,7 +927,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
#define BuildServersOnly YES
#define BuildServersOnly YES
#define DefaultFontPath /usr/NX/share/fonts/misc/,/usr/NX/share/fonts/TTF/
#define DefaultFontPath /usr/NX/share/fonts/misc/,/usr/NX/share/fonts/TTF/
#define DefaultRGBDatabase /usr/NX/share/rgb
#define DefaultRGBDatabase /usr/NX/share/rgb
#define BuildFontServer NO
#define BuildFreeType NO
#define BuildFreeType NO
#define BuildXTrueType NO
#define BuildXTrueType NO
#define FontLibSharedFreeType YES
#define FontLibSharedFreeType YES
...
...
nx-X11/config/cf/xf86site.def
View file @
78ac4396
...
@@ -139,12 +139,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
...
@@ -139,12 +139,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
*/
*/
/*
/*
* To disable building the font server, uncomment this.
*
#define BuildFontServer NO
*/
/*
* To disable support for Speedo fonts, uncomment this.
* To disable support for Speedo fonts, uncomment this.
*
*
#define BuildSpeedo NO
#define BuildSpeedo NO
...
...
nx-X11/config/cf/xfree86.cf
View file @
78ac4396
...
@@ -1684,13 +1684,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
...
@@ -1684,13 +1684,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#endif
#endif
/*
/*
* Build the font server
*/
#ifndef BuildFontServer
# define BuildFontServer YES
#endif
/*
* Include fonts support
* Include fonts support
*/
*/
#ifndef BuildSpeedo
#ifndef BuildSpeedo
...
...
nx-X11/config/cf/xorg.cf
View file @
78ac4396
...
@@ -1248,13 +1248,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
...
@@ -1248,13 +1248,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#endif
#endif
/*
/*
* Build the font server
*/
#ifndef BuildFontServer
# define BuildFontServer YES
#endif
/*
* Include fonts support
* Include fonts support
*/
*/
#ifndef BuildSpeedo
#ifndef BuildSpeedo
...
...
nx-X11/config/cf/xorgsite.def
View file @
78ac4396
...
@@ -153,12 +153,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
...
@@ -153,12 +153,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
*/
*/
/*
/*
* To disable building the font server, uncomment this.
*
#define BuildFontServer NO
*/
/*
* Speedo fonts have been disabled by default in this release.
* Speedo fonts have been disabled by default in this release.
* To re-enable support for Speedo fonts, uncomment this.
* To re-enable support for Speedo fonts, uncomment this.
*
*
...
...
nx-X11/programs/Imakefile
View file @
78ac4396
...
@@ -36,9 +36,6 @@ XCOMM $XFree86: xc/programs/Imakefile,v 3.54 2003/04/14 20:37:16 herrb Exp $
...
@@ -36,9 +36,6 @@ XCOMM $XFree86: xc/programs/Imakefile,v 3.54 2003/04/14 20:37:16 herrb Exp $
#if HasXServer
#if HasXServer
XINITSRCDIR = xinit
XINITSRCDIR = xinit
#endif
#endif
#if BuildFontServer
XFSSRCDIR = xfs
#endif
#if BuildXKBlib
#if BuildXKBlib
XKBSRCDIRS = setxkbmap $(XKBCOMPDIR) xkbevd xkbprint xkbutils
XKBSRCDIRS = setxkbmap $(XKBCOMPDIR) xkbevd xkbprint xkbutils
#endif
#endif
...
@@ -155,7 +152,7 @@ SUBDIRS = \
...
@@ -155,7 +152,7 @@ SUBDIRS = \
$(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \
$(SMPROXYSRCDIR) $(TWMSRCDIR) viewres x11perf xauth xbiff xcalc \
xclipboard xclock \
xclipboard xclock \
xcmsdb $(XCONSOLESRCDIR) xditview $(XDMSRCDIR) xdpyinfo \
xcmsdb $(XCONSOLESRCDIR) xditview $(XDMSRCDIR) xdpyinfo \
$(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel
$(XFSSRCDIR)
xfsinfo \
$(XF86DGASRCDIR) xedit xev xeyes xfd xfontsel xfsinfo \
$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \
$(XFINDPROXYSRCDIR) $(XFWPSRCDIR) $(XGAMMASRCDIR) xgc $(XHOSTSRCDIR) \
$(XINITSRCDIR) $(XKBSRCDIRS) xkill $(XLOADDIR) xlogo xlsatoms \
$(XINITSRCDIR) $(XKBSRCDIRS) xkill $(XLOADDIR) xlogo xlsatoms \
xlsclients xlsfonts xmag xman xmessage xmh xmodmap $(XMORE) xprop \
xlsclients xlsfonts xmag xman xmessage xmh xmodmap $(XMORE) xprop \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment