summaryrefslogtreecommitdiff
path: root/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
blob: d5e4684a2fe8ba83b4275eca9a37aa5177bbfab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: audiomanager@gdp
kind: chunk
configure-commands:
- |
  cmake -DUSE_BUILD_LIBS=OFF \
        -DWITH_PULSE_ROUTING_PLUGIN=ON \
        -DWITH_PULSE_CONTROL_PLUGIN=ON \
        -DWITH_ENABLED_IPC=DBUS \
        -DWITH_DATABASE_STORAGE=OFF \
        -DWITH_DLT=OFF \
        -DCMAKE_INSTALL_PREFIX="$PREFIX"
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install
# BuildStream builds break if files are installed to /tmp -- the element
# itself builds fine, but subsequent builds do not.
- rm -R "$DESTDIR"/tmp/*