From 8cc75aafef7b74438b634ae5da22ad0b43601eb3 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 15 Oct 2015 16:27:04 +0000 Subject: 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 Signed-off-by: James Thomas Change-Id: I2c7c6e64119d7e91883e3ce4cfddef56c4762f88 --- strata/input-genivi/libxkbcommon-no-x11.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strata/input-genivi/libxkbcommon-no-x11.morph (limited to 'strata/input-genivi/libxkbcommon-no-x11.morph') diff --git a/strata/input-genivi/libxkbcommon-no-x11.morph b/strata/input-genivi/libxkbcommon-no-x11.morph new file mode 100644 index 00000000..95165aaf --- /dev/null +++ b/strata/input-genivi/libxkbcommon-no-x11.morph @@ -0,0 +1,12 @@ +name: libxkbcommon-no-x11 +kind: chunk + +description: | + xkbcommon is a library to handle keyboard descriptions. + + This version is built without X11 support. If built with X11 support, + it depends on the xcb-xkb library. + +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-x11 -- cgit v1.2.1