Contents of /trunk/xorg/site.def
Parent Directory | Revision Log
Revision 28 -
(show annotations)
(download)
Sat Jul 2 17:07:55 2005 UTC (19 years, 4 months ago) by niro
File size: 3442 byte(s)
Sat Jul 2 17:07:55 2005 UTC (19 years, 4 months ago) by niro
File size: 3442 byte(s)
new
1 | /* Use buildin zlib to try and fix segfaults. Bug #4777 */ |
2 | /* Stop using builtin zlib, see if it's fixed */ |
3 | #define HasZlib YES |
4 | #define HasNCurses YES |
5 | #define HasLibCrypt YES |
6 | #define HasTk NO |
7 | #define HasTcl NO |
8 | #define FSUseSyslog YES |
9 | #define HasExpat YES |
10 | |
11 | #define LocalThreads YES |
12 | #define ThreadedX YES |
13 | #define HasPosixThreads YES |
14 | #define HasThreadSafeAPI YES |
15 | |
16 | #define HasGcc2ForCplusplus YES |
17 | |
18 | #define BuildXinerama YES |
19 | #define BuildXineramaLibrary YES |
20 | |
21 | /* Do not change, as it can break things like gdm */ |
22 | #define SharedLibXau YES |
23 | /* Needed for 104_all_4.2.1-fix-shared-libXau-link.v2.patch.bz2 */ |
24 | |
25 | #define HasFreetype2 YES |
26 | #define UseFreetype2 YES |
27 | #define Freetype2LibDir /usr/lib |
28 | /* #define BuildFreetype2Library YES */ |
29 | |
30 | /* We PDEPEND on Xft2, and link XFree86 only to the static lib, |
31 | so that we will not have conflicting files for Xft2 from |
32 | x11-base/xfree and x11-libs/xft ... */ |
33 | /* #define SharedLibXft NO */ |
34 | #define SharedLibXft1 YES |
35 | |
36 | #define BuildFonts YES |
37 | /* #define BuildCyrillicFonts YES */ |
38 | #define DefaultCursorTheme whiteglass |
39 | #define BuildXF86MiscExt YES |
40 | #define BuildXInputExt YES |
41 | #define BuildXKB YES |
42 | #define BuildDBE YES |
43 | #define BuildScreenSaverExt YES |
44 | #define BuildRman YES |
45 | |
46 | #define BuildXF86DRI YES |
47 | /* #define BuildXF86DRM YES */ |
48 | #define HasAgpGart YES |
49 | #define BuildGLXLibrary YES |
50 | #define BuildGlxExt YES |
51 | /* #define GlxUseSGISI YES */ |
52 | #define BuildGLULibrary YES |
53 | #define SharedLibGLU YES |
54 | #define NormalLibGLU YES |
55 | #define BuildXvExt YES |
56 | #define BuildXF86DGA YES |
57 | #define BuildRender YES |
58 | |
59 | /* Need this to build libs with -fPIC */ |
60 | #undef StaticNeedsPicForShared |
61 | #undef BuildLibGlxWithoutPIC |
62 | #define StaticNeedsPicForShared YES |
63 | #define BuildLibGlxWithoutPIC NO |
64 | |
65 | /* Broken in 4.x */ |
66 | #define JoystickSupport NO |
67 | |
68 | #define DoLoadableServer YES |
69 | |
70 | #define BuildRECORD YES |
71 | |
72 | #define UseMatroxHal NO |
73 | |
74 | #define UseConfDirForXkb NO |
75 | /* #define UseConfDirForAppDefaults NO */ |
76 | |
77 | #undef DefaultUserPath |
78 | #define DefaultUserPath /usr/local/bin:/bin:/usr/bin |
79 | #undef DefaultSystemPath |
80 | #define DefaultSystemPath /usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin |
81 | |
82 | #define AdmDir /var/log |
83 | #define LbxproxyDir /etc/X11/lbxproxy |
84 | #define ProxyManagerDir /etc/X11/proxymngr |
85 | #define ServerConfigDir /etc/X11/xserver |
86 | #define XdmDir /etc/X11/xdm |
87 | #define XConfigDir /etc/X11 |
88 | #define XinitDir /etc/X11/xinit |
89 | |
90 | /* BOTH XIE and PEX were deprecated in XFree86 4.1.0 and are now obsolete */ |
91 | #define BuildPhigs NO |
92 | #define BuildPexExt NO |
93 | #define BuildPexLib NO |
94 | #define BuildXIE NO |
95 | #define BuildXIElib NO |
96 | |
97 | /* required for Lokis Erics Ultimate Solitaire */ |
98 | #define UseInternalMalloc NO |
99 | #define ForceNormalLib YES |
100 | #define SharedLibXxf86vm YES |
101 | #define SharedLibXxf86dga YES |
102 | #define SharedLibXxf86misc YES |
103 | #define SharedLibXv YES |
104 | |
105 | /* binutils-2.9 */ |
106 | #define LinuxBinUtilsMajorVersion 29 |
107 | /* glibc-2.2 (6.2 because glibc is considered libc-6) */ |
108 | #define LinuxCLibMajorVersion 6 |
109 | #define LinuxClibMinorVersion 2 |
Properties
Name | Value |
---|---|
svn:executable | * |