aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_security/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_security/meson.build')
-rw-r--r--lib/librte_security/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/librte_security/meson.build b/lib/librte_security/meson.build
new file mode 100644
index 00000000..4c85894c
--- /dev/null
+++ b/lib/librte_security/meson.build
@@ -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']