aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-02-11 15:38:18 +0100
committerHarald Welte <laforge@osmocom.org>2021-02-11 15:40:54 +0100
commitfa74cc5c68610ce49ddae58542f4a55c08d3fb5a (patch)
treef0051b7b3ec3e4a12dc5147e241abcd951695769 /debian
parent637025b2f7e0e4c266a8c30025f56dd7a103e3bc (diff)
Don't depend on libosmo-abis (by default)
The only reason we have a libosmo-netif -> libosmo-abis dependency is the lapd examples whihc are built but not even installed. Let's build those only if --enable-lapd-examples is specified at the command line, and remove the dependency to libosmo-abis in all other cases. Change-Id: Ida8157cd9111b196e4bf08782c45d0e3d393f1c9 Closes: OS#4726
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d242b48..8b76089 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9),
git,
doxygen,
libosmocore-dev (>= 1.3.0),
- libosmo-abis-dev (>= 0.6.0),
pkg-config,
libpcap0.8-dev,
libsctp-dev