jack: re-enable 'classic' jackd server, some things need it (like qsynth).

This commit is contained in:
davehome 2011-10-23 05:52:26 +00:00
parent 35c3a793c8
commit 3c20696881

View file

@ -1,7 +1,7 @@
# Template file for 'jack' # Template file for 'jack'
pkgname=jack pkgname=jack
version=1.9.7 version=1.9.7
revision=3 revision=4
homepage="http://jackaudio.org/" homepage="http://jackaudio.org/"
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2" distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
build_style=custom-install build_style=custom-install
@ -54,7 +54,7 @@ Add_dependency build libsndfile-devel
do_configure() do_configure()
{ {
./waf configure --prefix=/usr \ ./waf configure --prefix=/usr \
--alsa --dbus --alsa --classic --dbus
} }
do_build() do_build()