summaryrefslogtreecommitdiff
path: root/strata/input-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-12 13:30:23 +0000
committerJavier Jardón <jjardon@gnome.org>2014-09-17 19:31:37 +0100
commit59345aa173ebbc6a6f912183157aec1f3a3a5831 (patch)
tree961d72b96a98f5b4a4613ae658aad2c296790eab /strata/input-common
parent9476f6e193b16b7a6d7fb4cddbc84f4943b9c525 (diff)
downloaddefinitions-59345aa173ebbc6a6f912183157aec1f3a3a5831.tar.gz
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
Diffstat (limited to 'strata/input-common')
-rw-r--r--strata/input-common/xkeyboard-config.morph7
1 files changed, 7 insertions, 0 deletions
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"