mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
jack: re-enable 'classic' jackd server, some things need it (like qsynth).
This commit is contained in:
parent
35c3a793c8
commit
3c20696881
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue