on linux, build ALSA backend as part of binary bundle, but don't include libdbus...
[ardour.git] / tools / linux_packaging / noderun
index a6357ef48837f1d5ec66855a57eed0491fab9577..80c96af111d419d5a10c4092fdbe36b5fcd655c5 100644 (file)
@@ -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