From: Christian Ehrhardt Date: Tue, 7 May 2019 15:34:49 +0000 (+0200) Subject: d/control: add dependencies to libdpdk-dev: libelf-dev and libjansson-dev to avoid... X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d12a8953891306bf231d50ce5df970118b465330;p=deb_dpdk.git d/control: add dependencies to libdpdk-dev: libelf-dev and libjansson-dev to avoid pkg-config issues Change-Id: I0c1b32887566089e29059e25d2fbd1706857bba9 Signed-off-by: Christian Ehrhardt --- diff --git a/debian/control b/debian/control index 739fea6c..7e0345db 100644 --- a/debian/control +++ b/debian/control @@ -143,6 +143,8 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: libbsd-dev, libibverbs-dev, libipsec-mb-dev [amd64], + libelf-dev, + libjansson-dev, libmnl-dev, libnuma-dev, libpcap-dev,