summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:36 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:36 +0000
commita6e95476fad3b0fa51fe56e69ceb2e21e481ac66 (patch)
treeca963ad91add89951b075aa15d68481720755cc1
parent3680097626a96aaacbb09b78bbe10a18893863cc (diff)
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work with separate build roots.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8ca8be..94994df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update dependencies to work with separate build roots.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 7010190..2810180 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XGAMMA, xxf86vm)
+PKG_CHECK_MODULES(XGAMMA, x11 xxf86vm)
AC_SUBST(XGAMMA_CFLAGS)
AC_SUBST(XGAMMA_LIBS)