mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
wireshark: add optional libnl suport
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
00be67d846
commit
8540551034
@ -57,4 +57,11 @@ ifeq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_LIBGTK3)$(BR2_PACKAGE_QT5BASE_WIDGETS)
|
|||||||
WIRESHARK_CONF_OPTS += --disable-wireshark
|
WIRESHARK_CONF_OPTS += --disable-wireshark
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||||
|
WIRESHARK_CONF_OPTS += --with-libnl
|
||||||
|
WIRESHARK_DEPENDENCIES += libnl
|
||||||
|
else
|
||||||
|
WIRESHARK_CONF_OPTS += --without-libnl
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user