summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--src/xkb-priv.h1
2 files changed, 0 insertions, 4 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
diff --git a/src/xkb-priv.h b/src/xkb-priv.h
index 2f1d028..094aef0 100644
--- a/src/xkb-priv.h
+++ b/src/xkb-priv.h
@@ -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"