aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-01 22:21:14 +0100
committerlaforge <laforge@osmocom.org>2020-12-02 21:04:51 +0000
commit53a2fde368d0161a38bc096d121ef61a9afbbe94 (patch)
tree85fbf0e7785397caa077823c1cf7a76438bdf5b9 /debian
parentb7fc3a0a6d2329174721f2baccc18fc770bb0d9a (diff)
Integrate libmnl (minimal netlink) library with libosmocore select loop
This adds an easy way to listen to netlink events form the Linux kernel from within libosmocore applications. The new dependency can be disabled via the "--disable-lbimnl" configure flag. Change-Id: I4f787ee68f0d6d04f0a5655eb57d55b3b326a42f
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 381e2914..24e729ae 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9),
libtalloc-dev,
libsctp-dev,
libusb-1.0-0-dev,
+ libmnl-dev,
python3:native
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/libosmocore.git