mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 15:10:02 +01:00
building within the xorg server tree. Requires additional, uncommitted
dix changes to successfully build, and successful running is still yet
to happen.
14 lines
215 B
C
14 lines
215 B
C
/*
|
|
* xgl-config.h.in
|
|
*
|
|
* This file has defines used in the xgl ddx
|
|
*
|
|
*/
|
|
|
|
#include <dix-config.h>
|
|
|
|
/* Use loadable XGL modules. */
|
|
#undef XGL_MODULAR
|
|
|
|
/* Default XGL module search path */
|
|
#undef XGL_MODULE_PATH
|