From eeb9f2e7ea53b54c3ccf7593a0873410b547ff46 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 1 Nov 2005 15:05:19 +0000 Subject: Update pkgcheck depedencies to work with separate build roots. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69de29..204ea93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,4 @@ +2005-11-01 Kevin E. Martin + + * 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) -- cgit v1.2.3