Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
20 lines
609 B
Text
20 lines
609 B
Text
--- Xvnc/programs/Xserver/dix/Imakefile.orig Fri Mar 29 05:30:51 2002
|
|
+++ Xvnc/programs/Xserver/dix/Imakefile Fri Mar 29 05:32:27 2002
|
|
@@ -36,15 +36,11 @@
|
|
* changed.
|
|
*/
|
|
|
|
-#ifdef DefaultFontPath
|
|
-DEFAULTFONTPATH = DefaultFontPath
|
|
+DEFAULTFONTPATH = ${LOCALBASE}/share/fonts/misc
|
|
SITE_FONT_PATH = -DCOMPILEDDEFAULTFONTPATH=\"$(DEFAULTFONTPATH)\"
|
|
-#endif
|
|
|
|
-#ifdef DefaultRGBDatabase
|
|
-DEFAULTRGBDATABASE = DefaultRGBDatabase
|
|
+DEFAULTRGBDATABASE = ${LOCALBASE}/lib/X11/rgb
|
|
SITE_RGB_DB = -DRGB_DB=\"$(DEFAULTRGBDATABASE)\"
|
|
-#endif
|
|
|
|
#ifdef DefaultDisplayClass
|
|
DEFAULTDISPLAYCLASS = DefaultDisplayClass
|