mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
libpcap: add support for bluez5_utils
bluez5_utils support has been added since version 1.8.0 and
b3776f3d50
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
9a36851f70
commit
4c8760bdc5
@ -24,9 +24,10 @@ define LIBPCAP_CONFIG_REMOVE_RPATH
|
|||||||
endef
|
endef
|
||||||
LIBPCAP_POST_BUILD_HOOKS = LIBPCAP_CONFIG_REMOVE_RPATH
|
LIBPCAP_POST_BUILD_HOOKS = LIBPCAP_CONFIG_REMOVE_RPATH
|
||||||
|
|
||||||
# On purpose, not compatible with bluez5
|
|
||||||
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y)
|
||||||
LIBPCAP_DEPENDENCIES += bluez_utils
|
LIBPCAP_DEPENDENCIES += bluez_utils
|
||||||
|
else ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
|
||||||
|
LIBPCAP_DEPENDENCIES += bluez5_utils
|
||||||
else
|
else
|
||||||
LIBPCAP_CONF_OPTS += --disable-bluetooth
|
LIBPCAP_CONF_OPTS += --disable-bluetooth
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user