summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
commita5ab4691142599cf1783231807d586d15678c89f (patch)
tree6b5712149d0a066f5822f6f3aa12c3386717aaa4
parentc8123b3ea5792507173973152d694c50b58c9c2e (diff)
Update pkgcheck depedencies 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..e00419b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update pkgcheck depedencies 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 d1f6bfc..d8619dc 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(XF86DGA, x11 xxf86dga)
+PKG_CHECK_MODULES(XF86DGA, x11 xxf86dga xt xaw7 xmu)
AC_SUBST(XF86DGA_CFLAGS)
AC_SUBST(XF86DGA_LIBS)