mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
Fix kdrive build by linking in libexa before KDRIVE_LIBS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
|
||||
|
||||
* hw/kdrive/ephyr/Makefile.am:
|
||||
Fix kdrive build by linking in libexa before KDRIVE_LIBS.
|
||||
|
||||
2006-04-14 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/dmx/dmxpixmap.c:
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user