baseband/acc: remove dependencies not required
Removed some of libraries from the external dependency captured in meson build file which are not required. Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
c1407bfa05
commit
18e56beeb8
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
# Copyright(c) 2020 Intel Corporation
|
||||
|
||||
deps += ['bbdev', 'bus_vdev', 'ring', 'pci', 'bus_pci']
|
||||
deps += ['bbdev', 'bus_pci']
|
||||
|
||||
sources = files('rte_acc100_pmd.c', 'rte_acc200_pmd.c')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user