summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-09-11 14:10:41 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-09-11 14:10:41 +0100
commit28bd10cee70125e8ceea600b01bbf05746363d23 (patch)
tree0a247dee562be682fb815c3f8aee12c09eea0941 /configure.ac
parentfa1ea9a5bfb8134aee947477325c17904ed7501c (diff)
downloadxorg-lib-libxkbcommon-28bd10cee70125e8ceea600b01bbf05746363d23.tar.gz
kbproto unentanglement: drop dependency
\o\ \o/ /o/ Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 12db771..e8ba3dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,9 +82,6 @@ if test "x$GCC" = xyes ; then
CFLAGS="$CFLAGS -fvisibility=hidden"
fi
-# Obtain protocols headers include directives
-PKG_CHECK_MODULES([X11], [kbproto >= 1.0.4])
-
# Define a configuration option for the XKB config root
xkb_base=`$PKG_CONFIG --variable=xkb_base xkeyboard-config`
if test "x$xkb_base" = x; then