summaryrefslogtreecommitdiff
path: root/strata/weston-genivi
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-11-13 12:03:05 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-11-13 12:44:36 +0000
commita3c191ec69d95aed6eee4e38406769fe5cbd7af4 (patch)
tree641f313c69b445b720f68abf3ba5516df9008ac6 /strata/weston-genivi
parentc411c5cdccdb9f5596a6ddc52b8a8d90c56316ee (diff)
downloaddefinitions-a3c191ec69d95aed6eee4e38406769fe5cbd7af4.tar.gz
Upgrade wayland-ivi-extensionbaserock/james/upgrade-genivi-weston
Add a morph file as well, this way we don't need to modify the source to build
Diffstat (limited to 'strata/weston-genivi')
-rw-r--r--strata/weston-genivi/wayland-ivi-extension.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/weston-genivi/wayland-ivi-extension.morph b/strata/weston-genivi/wayland-ivi-extension.morph
new file mode 100644
index 00000000..bceb2a88
--- /dev/null
+++ b/strata/weston-genivi/wayland-ivi-extension.morph
@@ -0,0 +1,8 @@
+name: wayland-ivi-extension
+kind: chunk
+configure-commands:
+- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_C_FLAGS="-I/usr/include/weston"
+build-commands:
+- make
+install-commands:
+- make install DESTDIR="$DESTDIR"