summaryrefslogtreecommitdiffstats
path: root/package/wireshark
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-02 17:48:21 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-16 23:44:40 +0100
commit9599b0de55e1673768db297333c079d30419476b (patch)
treec675b7eb41328db79922cc96bf2c8e8ce1ece1e6 /package/wireshark
parentaafff45965b44344eb1207847bc40ca60c27083d (diff)
downloadbuildroot-9599b0de55e1673768db297333c079d30419476b.tar.gz
buildroot-9599b0de55e1673768db297333c079d30419476b.zip
wireshark: add optional sbc support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wireshark')
-rw-r--r--package/wireshark/wireshark.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 2b0669908a..02f37dad68 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -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))
OpenPOWER on IntegriCloud