]> git.droids-corp.org - dpdk.git/blobdiff - buildtools/meson.build
build: change ABI versioning to global
[dpdk.git] / buildtools / meson.build
index 8d0b9e0cd04a583af6f31a19016342ddcd803c92..6ef2c5721cd3d45ccf698e63920004b904241204 100644 (file)
@@ -14,3 +14,6 @@ if python3.found()
 else
        map_to_def_cmd = ['meson', 'runpython', files('map_to_def.py')]
 endif
+
+# stable ABI always starts with "DPDK_"
+is_experimental_cmd = [find_program('grep', 'findstr'), '^DPDK_']