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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
