diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb | 11 |
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 | ||
| 29 | SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" | 29 | SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" |
| 30 | 30 | ||
| 31 | BT_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 | |||
| 39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | ||
| 40 | PACKAGECONFIG[pulseaudio] = ",,,${BT_PULSE_PACKS}" | ||
| 41 | |||
| 31 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" | 42 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" |
| 32 | 43 | ||
| 33 | RDEPENDS:${PN} += "bluez5" | 44 | RDEPENDS:${PN} += "bluez5" |
