diff options
Diffstat (limited to 'xorg-server/include/xgl-config.h.in')
-rw-r--r-- | xorg-server/include/xgl-config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xorg-server/include/xgl-config.h.in b/xorg-server/include/xgl-config.h.in new file mode 100644 index 000000000..877d179c4 --- /dev/null +++ b/xorg-server/include/xgl-config.h.in @@ -0,0 +1,14 @@ +/* + * 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 |