Fix library ordering for static arches
This commit is contained in:
parent
e917930990
commit
c38612e0f6
@ -21,8 +21,6 @@
|
||||
bin_PROGRAMS = xdriinfo
|
||||
|
||||
xdriinfo_CFLAGS = $(XDRIINFO_CFLAGS)
|
||||
# mesa should really use pkg-config ...
|
||||
xdriinfo_LDADD = $(XDRIINFO_LIBS)
|
||||
|
||||
xdriinfo_SOURCES = \
|
||||
xdriinfo.c
|
||||
|
@ -46,6 +46,7 @@ AC_SEARCH_LIBS([glXGetProcAddressARB], [GL], [],
|
||||
AC_MSG_FAILURE([cannot find GL library - make sure Mesa or other OpenGL package is installed]),
|
||||
[$XDRIINFO_LIBS])
|
||||
|
||||
LIBS="$LIBS $XDRIINFO_LIBS"
|
||||
|
||||
XORG_MANPAGE_SECTIONS
|
||||
XORG_RELEASE_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user