summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/genivi-demo-platform/genivi-demo-platform-hmi.morph')
-rw-r--r--strata/genivi-demo-platform/genivi-demo-platform-hmi.morph18
1 files changed, 17 insertions, 1 deletions
diff --git a/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph b/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
index f57aa642..66d2c4f1 100644
--- a/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
+++ b/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
@@ -1,6 +1,5 @@
name: genivi-demo-platform-hmi
kind: chunk
-build-system: autotools
pre-configure-commands:
- |
git apply - << "EOF"
@@ -22,3 +21,20 @@ pre-configure-commands:
WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client`
EOF
+configure-commands:
+- autoreconf -vfi && ./configure --prefix=$PREFIX
+- cd app/gdp-hmi-background && qmake -r gdp-hmi-background.pro
+- cd app/gdp-hmi-launcher && qmake -r gdp-hmi-launcher.pro
+- cd app/gdp-hmi-panel && qmake -r gdp-hmi-panel.pro
+build-commands:
+- make
+- cd app/gdp-hmi-background && make
+- cd app/gdp-hmi-launcher && make
+- cd app/gdp-hmi-panel && make
+install-commands:
+- make DESTDIR=$DESTDIR install
+- cd app/gdp-hmi-background && make INSTALL_ROOT=$DESTDIR install
+- cd app/gdp-hmi-launcher && make INSTALL_ROOT=$DESTDIR install
+- cd app/gdp-hmi-panel && make INSTALL_ROOT=$DESTDIR install
+- mkdir -p $DESTDIR/usr/share/gdp
+- cp -a app/*/assets/* $DESTDIR/usr/share/gdp/