Skip to content

Commit

Permalink
Fix GLX_LIBS vs. DMX_LIBS order.
Browse files Browse the repository at this point in the history
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]>
Reviewed-by: Julien Cristau <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
Cyril Brulebois authored and keith-packard committed Dec 7, 2010
1 parent 1498328 commit 7807540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/dmx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Xdmx_SOURCES = dmx.c \
#endif

XDMX_LIBS = \
@XDMX_LIBS@ \
$(GLX_LIBS) \
@XDMX_LIBS@ \
input/libdmxinput.a \
config/libdmxconfig.a

Expand Down

0 comments on commit 7807540

Please sign in to comment.