diff options
author | Adam Jackson <ajax@redhat.com> | 2008-06-12 16:00:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-12 16:00:50 -0400 |
commit | d15b3790307053587df8daed1936ff6923881b63 (patch) | |
tree | 8aadb2d5cecf9c1e497097d20e99879bdc7c20a4 /include | |
parent | c37a93b4850866c713e3cbf39a08bbc9645e24d4 (diff) |
Remove xgl.
This code hasn't been updated with anything even resembling what anyone is
shipping in nearly thirty months. It hasn't built out of the box since
7.1. Most of its features over AIGLX are accomplished with DRI2 and
friends.
Diffstat (limited to 'include')
-rw-r--r-- | include/xgl-config.h.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/xgl-config.h.in b/include/xgl-config.h.in deleted file mode 100644 index 877d179c4..000000000 --- a/include/xgl-config.h.in +++ /dev/null @@ -1,14 +0,0 @@ -/* - * 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 |