package/wireshark: add minizip-zlib optional dependency
minizip-zlib is an optional dependency which is enabled by default since
version 3.1.0 and
390071ed0b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e6365126e7
commit
8702cecb14
@ -115,6 +115,13 @@ else
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_LZ4=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MINIZIP_ZLIB),y)
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_MINIZIP=ON
|
||||
WIRESHARK_DEPENDENCIES += minizip-zlib
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_MINIZIP=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NGHTTP2),y)
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_NGHTTP2=ON
|
||||
WIRESHARK_DEPENDENCIES += nghttp2
|
||||
|
Loading…
Reference in New Issue
Block a user