mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/wireshark: add zlib optional dependency
zlib is an optional dependency which is enabled by default since at least version 1.8.0 and7133f6944dSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commite6365126e7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
847c45a8d3
commit
be417b433d
@@ -157,6 +157,13 @@ else
|
||||
WIRESHARK_CONF_OPTS += -DBUILD_sdjournal=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_ZLIB=ON
|
||||
WIRESHARK_DEPENDENCIES += zlib
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_ZLIB=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
WIRESHARK_CONF_OPTS += -DENABLE_ZSTD=ON
|
||||
WIRESHARK_DEPENDENCIES += zstd
|
||||
|
||||
Reference in New Issue
Block a user