X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcompress%2Fmeson.build;h=817ef3be42246116d2e113660c01d9b182e2a619;hb=73247f1ced303c16987bb366d38a2d8a0fc40db4;hp=2352ad5bc017f2f392e11df4994e42ef4740ad6c;hpb=7a34c21557164e2a9d2bb6915281dff12a3f4741;p=dpdk.git diff --git a/drivers/compress/meson.build b/drivers/compress/meson.build index 2352ad5bc0..817ef3be42 100644 --- a/drivers/compress/meson.build +++ b/drivers/compress/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation -drivers = ['isal', 'qat'] +drivers = ['isal', 'octeontx', 'qat', 'zlib'] std_deps = ['compressdev'] # compressdev pulls in all other needed deps config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'