summaryrefslogtreecommitdiff
path: root/strata/input-genivi.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 16:27:04 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-10-30 11:40:33 +0000
commit8cc75aafef7b74438b634ae5da22ad0b43601eb3 (patch)
treec16bd90c2cb21c6147f9cd8c666830208f003311 /strata/input-genivi.morph
parent267e295743fde8d178fc5b9f3924d3fe12f7046a (diff)
downloaddefinitions-8cc75aafef7b74438b634ae5da22ad0b43601eb3.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.morph')
-rw-r--r--strata/input-genivi.morph39
1 files changed, 39 insertions, 0 deletions
diff --git a/strata/input-genivi.morph b/strata/input-genivi.morph
new file mode 100644
index 00000000..5e86e704
--- /dev/null
+++ b/strata/input-genivi.morph
@@ -0,0 +1,39 @@
+name: input-genivi
+kind: stratum
+description: |
+ Input components for GENIVI Demo Platform. GDP needs libinput 0.7,
+ because 0.8+ changed function signatures that weston uses.
+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
+ build-system: autotools
+- name: xkeyboard-config
+ morph: strata/input-genivi/xkeyboard-config.morph
+ repo: upstream:xkeyboard-config
+ ref: 26f344c93f8c6141e9233eb68088ba4fd56bc9ef
+ unpetrify-ref: xkeyboard-config-2.14
+- name: libevdev
+ repo: upstream:libevdev
+ ref: 6f03fd49fb949e46ebccb5dfb54489584896c791
+ unpetrify-ref: libevdev-1.4.2
+ build-system: autotools
+- name: libinput@genivi
+ repo: upstream:libinput
+ ref: 06e2f522a4ab5ea0a1de68cce1b5f9fff568ed4f
+ unpetrify-ref: 0.7.0
+ build-system: autotools
+ build-depends:
+ - mtdev
+ - libevdev
+- name: libxkbcommon-no-x11
+ repo: upstream:xorg-lib-libxkbcommon
+ ref: c43c3c866eb9d52cd8f61e75cbef1c30d07f3a28
+ morph: strata/input-genivi/libxkbcommon-no-x11.morph
+ unpetrify-ref: xkbcommon-0.5.0
+ build-depends:
+ - xkeyboard-config