mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/bluez5_utils: add mesh support
Mesh support was already added in version 5.47. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3a678c952f
commit
a927d233e8
@ -60,6 +60,13 @@ config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH
|
|||||||
help
|
help
|
||||||
Build BlueZ 5.x health plugin
|
Build BlueZ 5.x health plugin
|
||||||
|
|
||||||
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MESH
|
||||||
|
bool "build mesh profile"
|
||||||
|
select BR2_PACKAGE_JSON_C
|
||||||
|
select BR2_PACKAGE_READLINE
|
||||||
|
help
|
||||||
|
Build BlueZ 5.x mesh plugin
|
||||||
|
|
||||||
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
|
config BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI
|
||||||
bool "build midi profile"
|
bool "build midi profile"
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
|
@ -51,6 +51,14 @@ else
|
|||||||
BLUEZ5_UTILS_CONF_OPTS += --disable-health
|
BLUEZ5_UTILS_CONF_OPTS += --disable-health
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# enable mesh profile
|
||||||
|
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MESH),y)
|
||||||
|
BLUEZ5_UTILS_CONF_OPTS += --enable-mesh
|
||||||
|
BLUEZ5_UTILS_DEPENDENCIES += json-c readline
|
||||||
|
else
|
||||||
|
BLUEZ5_UTILS_CONF_OPTS += --disable-mesh
|
||||||
|
endif
|
||||||
|
|
||||||
# enable midi profile
|
# enable midi profile
|
||||||
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI),y)
|
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI),y)
|
||||||
BLUEZ5_UTILS_CONF_OPTS += --enable-midi
|
BLUEZ5_UTILS_CONF_OPTS += --enable-midi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user