Provide automatic DHCP configuration for Ethernet adapters
[AGL/meta-agl.git] / meta-agl / recipes-multimedia / pulseaudio / pulseaudio_%.bbappend
1 # Prevent BlueZ 4 from being always pulled
2 PACKAGECONFIG_remove = "bluez4"
3
4 # If Bluetooth is asked in DISTRO_FEATURES, verify if Bluez 5 is also
5 # explicitly specified. If it is not, fall back to BlueZ 4
6 PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5', 'bluez4', d), '', d)}"