blob: 0cd688c3b1362d6c58c2ba7b0a69d3065da04057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#define DefaultGcc2i386Opt -g -O2
#define LibraryCDebugFlags -g -O2
#define BuildServersOnly YES
#define XF86CardDrivers vga tdfx i810 mga r128 glint
#define LinuxDistribution LinuxRedHat
#define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wnested-externs
#define DefaultCCOptions -ansi GccWarningOptions -pipe -g
#define NormalLibGlx NO
#define BuildXF86DRI YES
#define HasGlide3 YES
#ifdef i386Architecture
#define MesaUse3DNow
#endif
/* To do profiling turn on this plus one of the builtin drivers*/
/* #define ProfileLibGlx YES */
/* Optionally turn these on for debugging */
/* #define GlxBuiltInTdfx YES */
/* #define GlxBuiltInI810 YES */
/* #define GlxBuiltInMga YES */
/* #define GlxBuiltInR128 YES */
#define DoLoadableServer NO
/* Optionally turn this on to change the place where you install the build */
/* #define ProjectRoot /usr/XF86-main */
/* Optionally turn this on to force the kernel modules to build */
/* #define BuildXF86DRM YES */
#define SharedLibFont NO
#define XnestServer NO
#define XVirtualFramebufferServer NO
#define XprtServer NO
|