summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:05:19 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:05:19 +0000
commiteeb9f2e7ea53b54c3ccf7593a0873410b547ff46 (patch)
tree17ab69a9b16cdcc6ee34b76ee8b7100f94102898
parentd77bf077c620d9bbec866d6a49212bca4848b11e (diff)
downloadxkbutils-eeb9f2e7ea53b54c3ccf7593a0873410b547ff46.tar.gz
xkbutils-eeb9f2e7ea53b54c3ccf7593a0873410b547ff46.tar.bz2
xkbutils-eeb9f2e7ea53b54c3ccf7593a0873410b547ff46.zip
Update pkgcheck depedencies to work with separate build roots.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..204ea93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update pkgcheck depedencies to work with separate build roots.
diff --git a/configure.ac b/configure.ac
index 0dd29f2..365ba8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_SUBST(XKBVLEDS_CFLAGS)
AC_SUBST(XKBVLEDS_LIBS)
# xkbbell checks
-PKG_CHECK_MODULES(XKBBELL, xkbfile)
+PKG_CHECK_MODULES(XKBBELL, xkbfile inputproto)
AC_SUBST(SKBBELL_CFLAGS)
AC_SUBST(XKBBELL_LIBS)