build: replace license text with SPDX tag
[dpdk.git] / drivers / crypto / qat / 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 sources = files('qat_crypto.c', 'qat_qp.c',
9                 'qat_adf/qat_algs_build_desc.c',
10                 'rte_qat_cryptodev.c')
11 includes += include_directories('qat_adf')
12 deps += ['bus_pci']
13 ext_deps += dep
14 pkgconfig_extra_libs += '-lcrypto'