Commit 9599b0de authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

wireshark: add optional sbc support

parent aafff459
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -92,4 +92,11 @@ else
WIRESHARK_CONF_OPTS += --without-libnl
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))