summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb
index a9b7bdec09..36fe9cf215 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb
@@ -28,6 +28,17 @@ REQUIRED_DISTRO_FEATURES = "x11"
28 28
29SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" 29SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170"
30 30
31BT_PULSE_PACKS = " \
32 pulseaudio-lib-bluez5-util \
33 pulseaudio-module-bluetooth-discover \
34 pulseaudio-module-bluetooth-policy \
35 pulseaudio-module-bluez5-device \
36 pulseaudio-module-bluez5-discover \
37"
38
39PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}"
40PACKAGECONFIG[pulseaudio] = ",,,${BT_PULSE_PACKS}"
41
31FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" 42FILES:${PN} += "${datadir}/gnome-bluetooth-3.0"
32 43
33RDEPENDS:${PN} += "bluez5" 44RDEPENDS:${PN} += "bluez5"