summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-10-01 17:34:53 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-10-01 17:34:53 -0400
commit73401c0d6679ff6a1c06d732c192a69cf70a27fc (patch)
tree4061ef886adb7a1848671d285b2efc85b40c1c5b /configure.ac
parent5778996d90d7ddee169e1dbf48a11896ee2fd34c (diff)
config: update direct dependencies for xkbbell
Depends on xproto through the inclusion of Xproto.h. Depends on inputproto through the inclusion of XI.h Depends on x11 through the inclusion of Xlib.h. Does not depend on xkbfile for headers or libs. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 038c120..0d5b07e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AM_PROG_CC_C_O
PKG_CHECK_MODULES(XKBVLEDS, xaw7)
# xkbbell checks
-PKG_CHECK_MODULES(XKBBELL, xkbfile x11 inputproto)
+PKG_CHECK_MODULES(XKBBELL, xproto inputproto x11)
# xkbwatch checks
PKG_CHECK_MODULES(XKBWATCH, xaw7)