[PATCH 1/4] Fix GLX_LIBS vs. DMX_LIBS order.
Cyril Brulebois
kibi at debian.org
Fri Nov 12 03:18:59 PST 2010
If glxproxy needs symbols which aren't pulled in by dmx itself, glxproxy
fails to link because of undefined references.
Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
hw/dmx/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 0d06346..5c16dc3 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -81,8 +81,8 @@ Xdmx_SOURCES = dmx.c \
#endif
XDMX_LIBS = \
- @XDMX_LIBS@ \
$(GLX_LIBS) \
+ @XDMX_LIBS@ \
input/libdmxinput.a \
config/libdmxconfig.a
--
1.7.2.3
More information about the xorg-devel
mailing list