mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 13:50:11 +01:00
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:
parent
8ec42a10ff
commit
5c04610f8a
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -40,4 +40,5 @@ Xephyr_LDADD = \
|
|||
Xephyr_DEPENDENCIES = \
|
||||
libxephyr.a \
|
||||
libxephyr-hostx.a \
|
||||
@KDRIVE_LIBS@
|
||||
@KDRIVE_LIBS@ \
|
||||
../../../exa/libexa.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue