summaryrefslogtreecommitdiffstats
path: root/distro/pkg
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2023-06-13 20:27:32 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2023-06-21 20:12:59 +0200
commitfbdf0707ae286d71a6d998accad070be75ebf7c1 (patch)
tree36ca23502498ddcd569e76f2f8c723f4375b4da6 /distro/pkg
parentpkg/deb: add template for legacy XDP support without libxdp (diff)
downloadknot-fbdf0707ae286d71a6d998accad070be75ebf7c1.tar.xz
knot-fbdf0707ae286d71a6d998accad070be75ebf7c1.zip
pkg/deb: add libxdp-dev build dependency
Diffstat (limited to 'distro/pkg')
-rw-r--r--distro/pkg/deb/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
index 664074d27..8d466c5ba 100644
--- a/distro/pkg/deb/control
+++ b/distro/pkg/deb/control
@@ -16,7 +16,6 @@ Build-Depends:
libbpf-dev,
libcap-ng-dev,
libedit-dev,
- libelf-dev,
libfstrm-dev,
libgnutls28-dev,
libidn2-dev,
@@ -30,6 +29,7 @@ Build-Depends:
libsystemd-dev [linux-any] | libsystemd-journal-dev [linux-any],
libtool,
liburcu-dev,
+ libxdp-dev,
pkg-config,
protobuf-c-compiler,
python3-all,