aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-26 20:39:17 -0700
committerKhem Raj <raj.khem@gmail.com>2021-05-28 06:55:33 -0700
commitcd91cfb17c53c2d444232d6825d2a2b8b45905d5 (patch)
treeb9a4dce3b9764a82d3b9bdf88f9db33534cc9668 /meta-networking
parentad079c10ab63edf20ad5e54f8ea18bb77124c4ca (diff)
downloadmeta-openembedded-contrib-cd91cfb17c53c2d444232d6825d2a2b8b45905d5.tar.gz
wireshark: Add zstd via packageconfig
Its disabled by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb
index f440328027..3100e4c2c0 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb
@@ -44,6 +44,7 @@ PACKAGECONFIG[plugins] = "-DENABLE_PLUGINS=ON,-DENABLE_PLUGINS=OFF"
PACKAGECONFIG[sbc] = "-DENABLE_SBC=ON,-DENABLE_SBC=OFF, sbc"
PACKAGECONFIG[libssh] = ",,libssh2"
PACKAGECONFIG[lz4] = "-DENABLE_LZ4=ON,-DENABLE_LZ4=OFF, lz4"
+PACKAGECONFIG[zstd] = "-DENABLE_STTD=ON,-DENABLE_ZSTD=OFF, zstd"
# these next two options require addional layers
PACKAGECONFIG[c-ares] = "-DENABLE_CARES=ON,-DENABLE_CARES=OFF, c-ares"