mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
libpcap: make dbus support deterministic
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
35b6b8b804
commit
7de73ca3a2
@ -20,6 +20,13 @@ LIBPCAP_CFLAGS = $(TARGET_CFLAGS)
|
|||||||
LIBPCAP_CONF_OPT = --disable-yydebug --with-pcap=linux
|
LIBPCAP_CONF_OPT = --disable-yydebug --with-pcap=linux
|
||||||
LIBPCAP_CONFIG_SCRIPTS = pcap-config
|
LIBPCAP_CONFIG_SCRIPTS = pcap-config
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||||
|
LIBPCAP_CONF_OPT += --enable-dbus
|
||||||
|
LIBPCAP_DEPENDENCIES += dbus
|
||||||
|
else
|
||||||
|
LIBPCAP_CONF_OPT += --disable-dbus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
||||||
LIBPCAP_CONF_OPT += --enable-canusb
|
LIBPCAP_CONF_OPT += --enable-canusb
|
||||||
LIBPCAP_DEPENDENCIES += libusb
|
LIBPCAP_DEPENDENCIES += libusb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user