X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Fmeson.build;h=5d02b3084fd1f661e768452dd625d985c9b6826d;hb=f04513bc89d90c2ad425f1be1e4716bb3c790fb2;hp=8e11137895ab9288be330ebac8dab124febd2efb;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/lib/librte_hash/meson.build b/lib/librte_hash/meson.build index 8e11137895..5d02b3084f 100644 --- a/lib/librte_hash/meson.build +++ b/lib/librte_hash/meson.build @@ -1,12 +1,10 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -version = 2 headers = files('rte_cmp_arm64.h', 'rte_cmp_x86.h', 'rte_crc_arm64.h', 'rte_cuckoo_hash.h', - 'rte_cuckoo_hash_x86.h', 'rte_fbk_hash.h', 'rte_hash_crc.h', 'rte_hash.h', @@ -14,4 +12,7 @@ headers = files('rte_cmp_arm64.h', 'rte_thash.h') sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c') -deps += ['ring', 'compat'] +deps += ['ring'] + +# rte ring reset is not yet part of stable API +allow_experimental_apis = true