mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
package/libsigrok: add optional bluez-utils dependency
bluez-utils has been added since version 0.5.2 and
f085705f48
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7437978b8f
commit
ab390616eb
@ -12,6 +12,16 @@ LIBSIGROK_INSTALL_STAGING = YES
|
|||||||
LIBSIGROK_DEPENDENCIES = libglib2 libzip host-pkgconf
|
LIBSIGROK_DEPENDENCIES = libglib2 libzip host-pkgconf
|
||||||
LIBSIGROK_CONF_OPTS = --disable-java --disable-python
|
LIBSIGROK_CONF_OPTS = --disable-java --disable-python
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
||||||
|
LIBSIGROK_CONF_OPTS += --with-libbluez
|
||||||
|
LIBSIGROK_DEPENDENCIES += bluez_utils
|
||||||
|
else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
|
||||||
|
LIBSIGROK_CONF_OPTS += --with-libbluez
|
||||||
|
LIBSIGROK_DEPENDENCIES += bluez_utils5
|
||||||
|
else
|
||||||
|
LIBSIGROK_CONF_OPTS += --without-libbluez
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBSERIALPORT),y)
|
ifeq ($(BR2_PACKAGE_LIBSERIALPORT),y)
|
||||||
LIBSIGROK_CONF_OPTS += --with-libserialport
|
LIBSIGROK_CONF_OPTS += --with-libserialport
|
||||||
LIBSIGROK_DEPENDENCIES += libserialport
|
LIBSIGROK_DEPENDENCIES += libserialport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user