summaryrefslogtreecommitdiffstats
path: root/rules/libxkbcommon.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-06-16 10:38:26 +0200
committerJuergen Borleis <jbe@pengutronix.de>2017-06-16 10:45:38 +0200
commitb251a22eb33049cbda74aea9220a6191160bb901 (patch)
treeac36393022cb7529b43c72ef0d2d9d9f6e450c43 /rules/libxkbcommon.in
parent33301a2f9cdb8f835a3e5d1074e41ccb558ee2e7 (diff)
downloadptxdist-b251a22eb33049cbda74aea9220a6191160bb901.tar.gz
ptxdist-b251a22eb33049cbda74aea9220a6191160bb901.tar.xz
libxkbcommon: fix autogen dependency
'libxkbcommon' re-generates its autotools 'configure' and needs the X11 macros dependencies in order to do so. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/libxkbcommon.in')
-rw-r--r--rules/libxkbcommon.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libxkbcommon.in b/rules/libxkbcommon.in
index 1411db458..93d915ebd 100644
--- a/rules/libxkbcommon.in
+++ b/rules/libxkbcommon.in
@@ -5,6 +5,7 @@ menuconfig LIBXKBCOMMON
prompt "libxkbcommon "
select XKEYBOARD_CONFIG if RUNTIME
select LIBXCB if LIBXKBCOMMON_X11
+ select HOST_XORG_UTIL_MACROS
help
A library to handle keyboard descriptions, to be used by
Wayland, kmscon, GTK+, Qt, Clutter, etc.