]> git.pld-linux.org Git - packages/X11.git/commitdiff
- don't build fonts
authoradasi <adasi@pld-linux.org>
Sun, 8 Aug 2004 19:16:42 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add missing symbols in module loader

Changed files:
    X11-dixsym-missing.patch -> 1.1
    X11-dontbuildfonts.patch -> 1.1

X11-dixsym-missing.patch [new file with mode: 0644]
X11-dontbuildfonts.patch [new file with mode: 0644]

diff --git a/X11-dixsym-missing.patch b/X11-dixsym-missing.patch
new file mode 100644 (file)
index 0000000..2a3667e
--- /dev/null
@@ -0,0 +1,21 @@
+--- xc/programs/Xserver/hw/xfree86/loader/dixsym.c.orig        2004-08-08 21:14:05.762968728 +0200
++++ xc/programs/Xserver/hw/xfree86/loader/dixsym.c     2004-08-08 21:10:42.751831112 +0200
+@@ -81,6 +81,7 @@
+ #include "dgaproc.h"
+ #ifdef RENDER
+ #include "mipict.h"
++#include "renderedge.h"
+ #endif
+ #include "selection.h"
+ #ifdef XKB
+@@ -400,6 +401,10 @@
+     SYMFUNC(PictureSetFilterAlias)
+     SYMFUNC(PictureGetSubpixelOrder)
+     SYMFUNC(PictureSetSubpixelOrder)
++    SYMFUNC(RenderLineFixedEdgeInit)
++    SYMFUNC(RenderSampleFloorY)
++    SYMFUNC(RenderSampleCeilY)
++    SYMFUNC(RenderEdgeInit)
+ #endif
+     {0, 0}
diff --git a/X11-dontbuildfonts.patch b/X11-dontbuildfonts.patch
new file mode 100644 (file)
index 0000000..8e07c1b
--- /dev/null
@@ -0,0 +1,34 @@
+--- xc/config/cf/xorg.cf~      2004-08-08 18:31:40.144527928 +0200
++++ xc/config/cf/xorg.cf       2004-08-08 18:31:40.160525496 +0200
+@@ -1145,25 +1145,25 @@
+  * By default, build all of the fonts.
+  */
+ #ifndef Build75DpiFonts
+-# define Build75DpiFonts      YES
++# define Build75DpiFonts      NO
+ #endif
+ #ifndef Build100DpiFonts
+-# define Build100DpiFonts     YES
++# define Build100DpiFonts     NO
+ #endif
+ #ifndef BuildSpeedoFonts
+ # define BuildSpeedoFonts     NO
+ #endif
+ #ifndef BuildType1Fonts
+-# define BuildType1Fonts      YES
++# define BuildType1Fonts      NO
+ #endif
+ #ifndef BuildCIDFonts
+-# define BuildCIDFonts                YES
++# define BuildCIDFonts                NO
+ #endif
+ #ifndef BuildTrueTypeFonts
+-# define BuildTrueTypeFonts   YES
++# define BuildTrueTypeFonts   NO
+ #endif
+ #ifndef BuildCyrillicFonts
+-# define BuildCyrillicFonts   YES
++# define BuildCyrillicFonts   NO
+ #endif
+ /*
This page took 0.030759 seconds and 4 git commands to generate.