X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Flinux_packaging%2Fnoderun;h=90ed7f9d1ce525fcd2913ac8be15e0fd27a3cb78;hb=adc84271ba721fdf49f4c0542e1ce3a4aca6fa2e;hp=b092abd5ca16fbb15d8f1e67a81019639ab600ae;hpb=31d234b48c36bddb4d5228a3abee9c4419403879;p=ardour.git diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index b092abd5ca..90ed7f9d1c 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -11,10 +11,10 @@ fi cd $BASE || exit 1 git pull || exit 1 -./waf configure $* --strict --backtrace --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-backends=jack,alsa || exit 1 ./waf || exit 1 cd tools/linux_packaging || exit 1 -./build --public --strip some || exit 1 +./build --public --harvid --strip some || exit 1 ./package --public --singlearch || exit 1 file=`ls -t *.tar` echo "Copying $file to shared folder ..."