Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS.

This commit is contained in:
Donnie Berkholz 2006-04-18 00:22:54 +00:00
parent c854cbcd84
commit 22f77bbcca
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
reviewed by: Adam Jackson
* hw/kdrive/ephyr/Makefile.am:
Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS.
2006-04-15 Luc Verhaegen <libv@skynet.be>
* hw/xfree86/utils/cvt/cvt.c: (PrintUsage):

View file

@ -31,11 +31,11 @@ Xephyr_SOURCES = \
Xephyr_LDADD = \
libxephyr.a \
libxephyr-hostx.a \
../../../exa/libexa.la \
@KDRIVE_LIBS@ \
@KDRIVE_LIBS@ \
$(TSLIB_LIBS) \
@XEPHYR_LIBS@ \
../../../exa/libexa.la
@XEPHYR_LIBS@
Xephyr_DEPENDENCIES = \
libxephyr.a \