Add a dependency on EXA, so it rebuilds when the library does. The manual

indicated I shouldn't do this, but experience indicates I should.
This commit is contained in:
Eric Anholt 2006-03-30 21:21:59 +00:00
parent 8ec42a10ff
commit 5c04610f8a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-03-30 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/ephyr/Makefile.am:
Add a dependency on EXA, so it rebuilds when the library does. The
manual indicated I shouldn't do this, but experience indicates I should.
2006-03-30 Kristian Høgsberg <krh@redhat.com>
* GL/glx/glxcmds.c (__glXCreateARGBConfig): Mark the ARGB FBConfig

View File

@ -40,4 +40,5 @@ Xephyr_LDADD = \
Xephyr_DEPENDENCIES = \
libxephyr.a \
libxephyr-hostx.a \
@KDRIVE_LIBS@
@KDRIVE_LIBS@ \
../../../exa/libexa.la