From 780754050bc9cb1489f92a2a890ab5665e3e6358 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 12 Nov 2010 12:18:59 +0100 Subject: [PATCH] Fix GLX_LIBS vs. DMX_LIBS order. 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 Reviewed-by: Julien Cristau Signed-off-by: Keith Packard --- hw/dmx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am index 0d0634628..5c16dc330 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