summaryrefslogtreecommitdiff
path: root/strata/input-genivi.morph
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-05-01 14:51:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-13 16:45:02 +0000
commit0a1829c287d09cfb76fce5a01e9b8d8ee494ba62 (patch)
treee407fba7ff9530e176d31ad526ece66778e34d7f /strata/input-genivi.morph
parent0eefa55cdf8e8610ba0f17c091975844fbb3b4d2 (diff)
downloaddefinitions-0a1829c287d09cfb76fce5a01e9b8d8ee494ba62.tar.gz
Use a specific combination of wayland-ivi-extension, weston and libinput
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.
Diffstat (limited to 'strata/input-genivi.morph')
-rw-r--r--strata/input-genivi.morph26
1 files changed, 26 insertions, 0 deletions
diff --git a/strata/input-genivi.morph b/strata/input-genivi.morph
new file mode 100644
index 00000000..a4525932
--- /dev/null
+++ b/strata/input-genivi.morph
@@ -0,0 +1,26 @@
+name: input-genivi
+kind: stratum
+build-depends:
+- morph: strata/foundation.morph
+- morph: strata/xorg-util-macros-common.morph
+chunks:
+- name: mtdev
+ repo: upstream:mtdev-git
+ ref: 4381b78fea54de0e775bf54952b2f95e5a06c57d
+ unpetrify-ref: v1.1.5
+- name: xkeyboard-config
+ morph: strata/input-common/xkeyboard-config.morph
+ repo: upstream:xkeyboard-config
+ ref: 73aa90ce32967747c84a1b5fe32cee329bc3bbcf
+ unpetrify-ref: xkeyboard-config-2.13
+- name: libevdev
+ repo: upstream:libevdev
+ ref: 7ac00d7e920c56bb8617403699030a5300bfae1c
+ unpetrify-ref: libevdev-1.3.2
+- name: libinput
+ repo: upstream:libinput
+ ref: 06e2f522a4ab5ea0a1de68cce1b5f9fff568ed4f
+ unpetrify-ref: 0.7.0
+ build-depends:
+ - mtdev
+ - libevdev