mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 13:48:02 +02:00
Bug #6628: Fix kdrive build by linking in libexa before KDRIVE_LIBS.
This commit is contained in:
parent
c854cbcd84
commit
22f77bbcca
2 changed files with 9 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue