summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJess VanDerwalker <washu@sonic.net>2012-02-17 01:00:04 -0800
committerJess VanDerwalker <washu@sonic.net>2012-02-17 01:00:04 -0800
commit8e9153bdd5933ff4fd91164d2570f61fb653192a (patch)
tree88554906db903992535dccedc74a48cfcfee23a9 /configure.ac
parent0724aa520a3d3e581193ff5fca02ef967da564d1 (diff)
Added xcb-keysyms to list of xcb lib to handle in configure.
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 c291a41..3427b63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_PROG_OBJC
AC_PROG_INSTALL
# Checks for libraries.
-PKG_CHECK_MODULES(XCB, xcb-damage xcb-event xcb-xtest xcb-image)
+PKG_CHECK_MODULES(XCB, xcb-damage xcb-event xcb-xtest xcb-image xcb-keysyms)
AC_CONFIG_FILES([Makefile
include/Makefile