diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-17 21:37:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-17 21:37:31 +0100 |
commit | e350c7838b697af3580a290d8f2148ffc1580d00 (patch) | |
tree | 1445817d52216bbedd937daae4bcce667fb0fc9c /debian/control | |
parent | 4fbed1dca725cb7670f252064f6192378ba9ce18 (diff) | |
download | vyos-1x-e350c7838b697af3580a290d8f2148ffc1580d00.tar.gz vyos-1x-e350c7838b697af3580a290d8f2148ffc1580d00.zip |
Debian: xdp: T2666: add build dependencies
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 89c7beb8a..f29d84bd0 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,13 @@ Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 9), fakeroot, + libbpf-dev, + gcc-multilib, + clang, + llvm, + libelf-dev (>= 0.2), + libpcap-dev, + build-essential, libvyosconfig0 (>= 0.0.7), libzmq3-dev, python3, |