#define BuildServersOnly YES #define KDriveXServer YES #define TinyXServer YES #define XvesaServer YES #define XF86Server NO #define XnestServer NO #define XVirtualFramebufferServer NO #define XdmxServer NO #define BuildXdm NO #define XprtServer NO #define BuildFontServer NO #define BuildFonts NO /* * Which drivers to build. When building a static server, each of these * will be included in it. When building the loadable server each of these * modules will be built. * #define XF86CardDrivers mga glint nv tga s3 s3virge sis xgi rendition \ neomagic i740 tdfx savage \ cirrus vmware tseng trident chips ast apm \ GlideDriver fbdev i128 \ ati i810 AgpGartDrivers DevelDrivers ark cyrix \ siliconmotion via \ vesa vga \ dummy XF86OSCardDrivers XF86ExtraCardDrivers */ #define XF86CardDrivers vesa /* * Select the XInput devices you want by uncommenting this. * #define XInputDrivers mouse keyboard acecad calcomp citron \ digitaledge dmc dynapro elographics \ microtouch mutouch penmount spaceorb summa \ wacom void magictouch aiptek */ #define XInputDrivers mouse keyboard /* Change to YES for more verbose compiler warnings */ #define XFree86Devel NO /* * This allows the GCC warning flags to be set. The default is shown here. * */ #define GccWarningOptions -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wredundant-decls -Wnested-externs /* * Build a server that dynamically loads the modules by setting * this to YES. This defaults to YES on most platforms. A static server * can be built by setting this to NO. * #define DoLoadableServer NO */ #define DoLoadableServer NO /* * Build xf1bpp. This can be disabled with: * #define XF1Bpp NO */ #define XF1Bpp NO /* * Build xf4bpp. This can be disabled with: * #define XF4Bpp NO */ #define XF4Bpp NO /* * If you don't want to build Xinerama support, uncomment this. * #define BuildXinerama NO */ #define BuildXinerama NO