mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
wireshark: add optional sbc support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
aafff45965
commit
9599b0de55
@ -92,4 +92,11 @@ else
|
|||||||
WIRESHARK_CONF_OPTS += --without-libnl
|
WIRESHARK_CONF_OPTS += --without-libnl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_SBC),y)
|
||||||
|
WIRESHARK_CONF_OPTS += --with-sbc=yes
|
||||||
|
WIRESHARK_DEPENDENCIES += sbc
|
||||||
|
else
|
||||||
|
WIRESHARK_CONF_OPTS += --with-sbc=no
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user