no-op: move method order in file
[ardour.git] / tools / linux_packaging / noderun
index 80c96af111d419d5a10c4092fdbe36b5fcd655c5..90ed7f9d1ce525fcd2913ac8be15e0fd27a3cb78 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 --with-alsabackend || exit 1
+./waf configure $* --strict --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include --with-backends=jack,alsa || exit 1
 ./waf || exit 1
 cd tools/linux_packaging || exit 1
 ./build --public --harvid --strip some || exit 1