mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dpdk: build without linux-headers
this should only be needed if we would compile the kernel modules in the package, but we ship these as dkms
This commit is contained in:
parent
891fd1e87e
commit
918047a6b4
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ archs="x86_64 aarch64 ppc64le i686 armv7l"
|
|||
build_style=meson
|
||||
configure_args="-Denable_kmods=false -Denable_docs=true -Db_lto=false"
|
||||
hostmakedepends="doxygen python3-Sphinx pkg-config elfutils"
|
||||
makedepends="libnuma-devel linux-headers jansson-devel libpcap-devel
|
||||
makedepends="libnuma-devel jansson-devel libpcap-devel
|
||||
zlib-devel openssl-devel libbsd-devel libelf libmnl"
|
||||
depends="python3-pyelftools"
|
||||
short_desc="Data Plane Development Kit"
|
||||
|
|
Loading…
Add table
Reference in a new issue