mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08: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_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)
|
||||
LIBPCAP_CONF_OPT += --enable-canusb
|
||||
LIBPCAP_DEPENDENCIES += libusb
|
||||
|
Loading…
Reference in New Issue
Block a user