summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-03-30 21:21:59 +0000
committerEric Anholt <anholt@freebsd.org>2006-03-30 21:21:59 +0000
commit5c04610f8aeceed9ec7cd0ca8c5eb314cacc3c25 (patch)
tree95f9ad4161e043ac1623cb549622ae9e147540aa
parent8ec42a10ff04e51e8d0b4cffb15064d901bc398d (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--hw/kdrive/ephyr/Makefile.am3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e2826da7..5c52a519c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am
index 2fb1fc2e5..43b4dcc85 100644
--- a/hw/kdrive/ephyr/Makefile.am
+++ b/hw/kdrive/ephyr/Makefile.am
@@ -40,4 +40,5 @@ Xephyr_LDADD = \
Xephyr_DEPENDENCIES = \
libxephyr.a \
libxephyr-hostx.a \
- @KDRIVE_LIBS@
+ @KDRIVE_LIBS@ \
+ ../../../exa/libexa.la