Commit 78ac4396 authored by Mike Gabriel's avatar Mike Gabriel

imake cleanup: Drop all references to BuildFontServer.

parent f5f28041
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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
......
...@@ -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.
* *
......
...@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment