From 59345aa173ebbc6a6f912183157aec1f3a3a5831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 12 Sep 2014 13:30:23 +0000 Subject: input-common: xkbcomp is a xkeyboard-config runtime dependency only in X Also add a little hack to create the /usr/share/X11/xkb/ directory, that seems to not be created when compiling without the xkbcomp dependency --- strata/input-common/xkeyboard-config.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 strata/input-common/xkeyboard-config.morph (limited to 'strata/input-common/xkeyboard-config.morph') diff --git a/strata/input-common/xkeyboard-config.morph b/strata/input-common/xkeyboard-config.morph new file mode 100644 index 00000000..7dabe551 --- /dev/null +++ b/strata/input-common/xkeyboard-config.morph @@ -0,0 +1,7 @@ +name: xkeyboard-config +kind: chunk +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --disable-runtime-deps +install-commands: +- mkdir -p "$DESTDIR"/usr/share/X11/xkb/ +- make install DESTDIR="$DESTDIR" -- cgit v1.2.1