New upstream version 18.02
[deb_dpdk.git] / lib / librte_security / meson.build
diff --git a/lib/librte_security/meson.build b/lib/librte_security/meson.build
new file mode 100644 (file)
index 0000000..4c85894
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+allow_experimental_apis = true
+sources = files('rte_security.c')
+headers = files('rte_security.h', 'rte_security_driver.h')
+deps += ['mempool', 'cryptodev']