mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
on linux, build ALSA backend as part of binary bundle, but don't include libdbus in bundle
This commit is contained in:
parent
5af31dfb0b
commit
8079b21d9a
2 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
cd $BASE || exit 1
|
||||
git pull || exit 1
|
||||
./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1
|
||||
./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include --with-alsabackend || exit 1
|
||||
./waf || exit 1
|
||||
cd tools/linux_packaging || exit 1
|
||||
./build --public --harvid --strip some || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue