gst1-plugins-bad: ensure bluetooth support is picked up if enabled
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4c05e6357b
commit
d850348c54
@ -90,6 +90,13 @@ GST1_PLUGINS_BAD_DEPENDENCIES += orc
|
|||||||
GST1_PLUGINS_BAD_CONF_OPT += --enable-orc
|
GST1_PLUGINS_BAD_CONF_OPT += --enable-orc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
||||||
|
GST1_PLUGINS_BAD_DEPENDENCIES += bluez_utils
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPT += --enable-bluez
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPT += --disable-bluez
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ACCURIP),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ACCURIP),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPT += --enable-accurip
|
GST1_PLUGINS_BAD_CONF_OPT += --enable-accurip
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user