kbproto unentanglement: drop dependency
authorDaniel Stone <daniel@fooishbar.org>
Tue, 11 Sep 2012 13:10:41 +0000 (14:10 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 11 Sep 2012 13:10:41 +0000 (14:10 +0100)
\o\ \o/ /o/

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
configure.ac
src/xkb-priv.h

index 12db77189a4f849f0bda4eb69bcfe17feb7a8417..e8ba3dde6b6c9c42299c5bb9b2045f200a79ca95 100644 (file)
@@ -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
index 2f1d02860fa4bd3e74c5edf35c0449605049604e..094aef0f0b9b4d67171b835add09983a7ef18ff7 100644 (file)
@@ -82,7 +82,6 @@
 #include <stdbool.h>
 #include <string.h>
 #include <strings.h>
-#include <X11/extensions/XKB.h>
 
 #include "xkbcommon/xkbcommon.h"
 #include "utils.h"