summaryrefslogtreecommitdiff
path: root/strata/input-genivi/xkeyboard-config.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 16:27:04 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-26 13:27:33 +0000
commit2dad6a84f05b4cc43de4f7ed8b07d178a37e94dc (patch)
tree9f72624e6d112db9102cbace91f36122e657b6c2 /strata/input-genivi/xkeyboard-config.morph
parentd93a644b239900e6cb6791189a38fbdcd30408da (diff)
downloaddefinitions-2dad6a84f05b4cc43de4f7ed8b07d178a37e94dc.tar.gz
Use a specific combination of wayland-ivi-extension, weston and libinupt
This is necessary because: * genivi-demo-platform-hmi requires features of wayland-ivi-extension which were taken out after version 1.3.91 * It links against an ivi-layout module in weston with an interface that is part of the weston-ivi-shell fork before it was merged with weston, hence it must be a version before weston 1.7. this existed as the branch "weston-ivi-shell-1.6.0-rc1-testing-01" on github/ntanibata/weston-ivi-shell. * libinput 0.7, because 0.8+ changed function signatures that weston uses. Signed-off-by: Jonathan Maw <jonathan.maw@codethink.co.uk> Signed-off-by: James Thomas <james.thomas@codethink.co.uk> Change-Id: I2c7c6e64119d7e91883e3ce4cfddef56c4762f88
Diffstat (limited to 'strata/input-genivi/xkeyboard-config.morph')
-rw-r--r--strata/input-genivi/xkeyboard-config.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/input-genivi/xkeyboard-config.morph b/strata/input-genivi/xkeyboard-config.morph
new file mode 100644
index 00000000..2195befe
--- /dev/null
+++ b/strata/input-genivi/xkeyboard-config.morph
@@ -0,0 +1,7 @@
+name: xkeyboard-config
+kind: chunk
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-runtime-deps
+install-commands:
+- mkdir -p "$DESTDIR"/"$PREFIX"/share/X11/xkb/
+- make install DESTDIR="$DESTDIR"