mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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 <kibi@debian.org> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
14983286c4
commit
780754050b
@@ -81,8 +81,8 @@ Xdmx_SOURCES = dmx.c \
|
||||
#endif
|
||||
|
||||
XDMX_LIBS = \
|
||||
@XDMX_LIBS@ \
|
||||
$(GLX_LIBS) \
|
||||
@XDMX_LIBS@ \
|
||||
input/libdmxinput.a \
|
||||
config/libdmxconfig.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user