diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-12-28 10:31:46 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-12-28 10:31:46 +0000 |
commit | b1b40ed6a87f72d07825624730cca193d5a89baf (patch) | |
tree | 6d7c907311181e3a603323a934da7b03082f66f4 /include | |
parent | 36061c75ae42aa733cde9b3fd05e0c8280b31655 (diff) |
Initial commit of XGL build infrastructure and XGL code changes for
building within the xorg server tree. Requires additional, uncommitted
dix changes to successfully build, and successful running is still yet
to happen.
Diffstat (limited to 'include')
-rw-r--r-- | include/xgl-config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/xgl-config.h.in b/include/xgl-config.h.in new file mode 100644 index 000000000..877d179c4 --- /dev/null +++ b/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 |