diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-15 21:59:39 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-15 21:59:39 +0000 |
commit | 0e352a8b2b4c78c291074b9531ed7afa7a20ac17 (patch) | |
tree | f577c14c276620a4b0524156191cc8cb43ade8c4 /hw | |
parent | 4bf453086418e93e81b24d3d2a0f49a9357acff3 (diff) |
disable GLcore momentarily until a build system exists. --enable-glx should
work now.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/dixmods/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/Makefile.am b/hw/xfree86/dixmods/Makefile.am index daf463a9c..c36b6a6b9 100644 --- a/hw/xfree86/dixmods/Makefile.am +++ b/hw/xfree86/dixmods/Makefile.am @@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libdixmods.la SUBDIRS = extmod if GLX -GLXMODS = libglx.la libGLcore.la +GLXMODS = libglx.la # libGLcore.la endif module_LTLIBRARIES = \ |