From 5c04610f8aeceed9ec7cd0ca8c5eb314cacc3c25 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 30 Mar 2006 21:21:59 +0000 Subject: 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. --- ChangeLog | 6 ++++++ hw/kdrive/ephyr/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e2826da7..5c52a519c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-30 Eric Anholt + + * 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 * 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 -- cgit v1.2.3