summaryrefslogtreecommitdiff
path: root/strata/genivi-smartdevicelink/smartdevicelink-qt.morph
blob: 9a7169eaa69e63e72d16dafed1fdfa6c55b6e75b (plain)
1
2
3
4
5
6
7
8
9
10
name: smartdevicelink
kind: chunk

configure-commands:
    - cmake -D HMI2=ON -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink-qt" .
build-commands:
    - make
install-commands:
    - make install DESTDIR="$DESTDIR"
    - rm -rf "$DESTDIR/$(pwd)"