kbproto unentanglement: drop dependency
\o\ \o/ /o/ Signed-off-by: Daniel Stone <daniel@fooishbar.org>master
parent
fa1ea9a5bf
commit
28bd10cee7
|
@ -82,9 +82,6 @@ if test "x$GCC" = xyes ; then
|
||||||
CFLAGS="$CFLAGS -fvisibility=hidden"
|
CFLAGS="$CFLAGS -fvisibility=hidden"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Obtain protocols headers include directives
|
|
||||||
PKG_CHECK_MODULES([X11], [kbproto >= 1.0.4])
|
|
||||||
|
|
||||||
# Define a configuration option for the XKB config root
|
# Define a configuration option for the XKB config root
|
||||||
xkb_base=`$PKG_CONFIG --variable=xkb_base xkeyboard-config`
|
xkb_base=`$PKG_CONFIG --variable=xkb_base xkeyboard-config`
|
||||||
if test "x$xkb_base" = x; then
|
if test "x$xkb_base" = x; then
|
||||||
|
|
|
@ -82,7 +82,6 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <X11/extensions/XKB.h>
|
|
||||||
|
|
||||||
#include "xkbcommon/xkbcommon.h"
|
#include "xkbcommon/xkbcommon.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
Loading…
Reference in New Issue