Patch JACK to be compatible with the 2.1.0 release of ffado

This commit is contained in:
Cillian de Róiste
2012-10-01 22:28:12 +02:00
parent 7f871719d5
commit c073071e13
2 changed files with 142 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
pkgconfig python pythonDBus
] ++ (stdenv.lib.optional firewireSupport ffado);
patches = ./ffado_setbuffsize-jack2.patch;
configurePhase = ''
cd jack-1.9.8
python waf configure --prefix=$out --dbus --alsa ${if firewireSupport then "--firewire" else ""}