From 0a1829c287d09cfb76fce5a01e9b8d8ee494ba62 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Fri, 1 May 2015 14:51:26 +0000 Subject: 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. --- strata/input-genivi.morph | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 strata/input-genivi.morph (limited to 'strata/input-genivi.morph') 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 -- cgit v1.2.1