package/wireshark: add zstd optional dependency
zstd is available since version 3.1.1 and is enabled by default:
ad94c4d459
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
391f32aed2
commit
105004f72a
@ -155,6 +155,13 @@ else
|
||||
WIRESHARK_CONF_OPTS += -DBUILD_sdjournal=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_ZSTD=ON
|
||||
WIRESHARK_DEPENDENCIES += zstd
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_ZSTD=OFF
|
||||
endif
|
||||
|
||||
# Disable plugins as some of them (like l16mono) can't be built
|
||||
# statically. ENABLE_STATIC=ON actually means "disable shared library"
|
||||
# and ENABLE_STATIC=OFF means "enable shared library". So for the
|
||||
|
Loading…
Reference in New Issue
Block a user