build: replace license text with SPDX tag
[dpdk.git] / drivers / crypto / openssl / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 dep = dependency('libcrypto', required: false)
5 if not dep.found()
6         build = false
7 endif
8 deps += 'bus_vdev'
9 sources = files('rte_openssl_pmd.c', 'rte_openssl_pmd_ops.c')
10 ext_deps += dep
11 pkgconfig_extra_libs += '-lcrypto'