[PATCH 4/5] Move GLX extension string utility functions into the GLX extension
Jon TURNEY
jon.turney at dronecode.org.uk
Wed Apr 7 09:18:19 PDT 2010
This way other DDX which don't have DRI can use them
I don't think this can generate ABI problems with the DRI1 loader,
but what do I know...
Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
glx/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/glx/Makefile.am b/glx/Makefile.am
index 9d9fa3c..dcf44c7 100644
--- a/glx/Makefile.am
+++ b/glx/Makefile.am
@@ -50,9 +50,7 @@ glapi_sources = \
glthread.h
libglxdri_la_SOURCES = \
- glxdri.c \
- extension_string.c \
- extension_string.h
+ glxdri.c
if DRI2_AIGLX
libglxdri_la_SOURCES += glxdri2.c
@@ -63,6 +61,8 @@ libglxdri_la_LIBADD = $(DLOPEN_LIBS)
libglx_la_SOURCES = \
$(indirect_sources) \
$(glapi_sources) \
+ extension_string.c \
+ extension_string.h \
indirect_util.c \
indirect_util.h \
indirect_program.c \
--
1.7.0.4
More information about the xorg-devel
mailing list