diff options
-rw-r--r-- | meta-oe/recipes-multimedia/jack/jack_git.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/jack_git.bb index 99bf2e3705..477af8ced0 100644 --- a/meta-oe/recipes-multimedia/jack/jack_git.bb +++ b/meta-oe/recipes-multimedia/jack/jack_git.bb | |||
@@ -26,6 +26,8 @@ inherit waf pkgconfig | |||
26 | 26 | ||
27 | PACKAGECONFIG ??= "alsa" | 27 | PACKAGECONFIG ??= "alsa" |
28 | PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib" | 28 | PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib" |
29 | # --dbus only stops building jackd -> add --classic | ||
30 | PACKAGECONFIG[dbus] = "--dbus --classic,,dbus" | ||
29 | PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" | 31 | PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" |
30 | 32 | ||
31 | # portaudio is for windows builds only | 33 | # portaudio is for windows builds only |
@@ -36,6 +38,11 @@ PACKAGES =+ "libjack jack-server jack-utils" | |||
36 | RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})" | 38 | RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})" |
37 | 39 | ||
38 | FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" | 40 | FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" |
39 | FILES_jack-server = "${bindir}/jackd" | 41 | FILES_jack-server = " \ |
42 | ${datadir}/dbus-1/services \ | ||
43 | ${bindir}/jackdbus \ | ||
44 | ${bindir}/jackd \ | ||
45 | " | ||
40 | FILES_jack-utils = "${bindir}/*" | 46 | FILES_jack-utils = "${bindir}/*" |
47 | |||
41 | FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* " | 48 | FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* " |