summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-01-07 16:35:23 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-02-25 11:11:34 +0000
commit4700967212287cc13e95c0624adf5d67c28b5b5d (patch)
treed24cfe4e964a7ba8206a20e89105c25494facc11
parent7576acb83db5a5504c0662b82c2974c620d444fb (diff)
downloaddefinitions-4700967212287cc13e95c0624adf5d67c28b5b5d.tar.gz
wayland-ivi-extension: enable WITH_ILM_INPUT, needed for gdp-hmi
Change-Id: Ief8a3d565de5360e2f3c3b4a882fbf0654f284c9
-rw-r--r--strata/weston-genivi/wayland-ivi-extension.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/weston-genivi/wayland-ivi-extension.morph b/strata/weston-genivi/wayland-ivi-extension.morph
index bceb2a88..08d43bac 100644
--- a/strata/weston-genivi/wayland-ivi-extension.morph
+++ b/strata/weston-genivi/wayland-ivi-extension.morph
@@ -1,7 +1,7 @@
name: wayland-ivi-extension
kind: chunk
configure-commands:
-- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_C_FLAGS="-I/usr/include/weston"
+- cmake -DWITH_ILM_INPUT=ON -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_C_FLAGS="-I/usr/include/weston"
build-commands:
- make
install-commands: