aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-05-07 17:34:49 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2019-05-07 17:34:49 +0200
commitd12a8953891306bf231d50ce5df970118b465330 (patch)
treed8e133393e56f0b97ae5c78e5f083d19c312ad4c
parent716223789e28e0128f55582170ec00beae1b58c7 (diff)
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 <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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,