From a47eefee560f6c29c32ccb26d130f04a7aa3fe07 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Mar 2022 09:35:11 +0000 Subject: [PATCH] debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-dev As our pkg-config files now 'Require' libsctp, we are seeing build failures as libsctp-dev is not installed when building libosmocore-dependant packages. Let's add the missing dependency. Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff Fixes: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 771fff2eb..fdd4be82e 100644 --- a/debian/control +++ b/debian/control @@ -320,6 +320,8 @@ Multi-Arch: same Section: libdevel Depends: libosmocore, libtalloc-dev (>= 2.1.0), + libsctp-dev, + libusb-1.0-0-dev, ${misc:Depends} Description: Development headers for Open Source MObile COMmunications CORE library The header files provided by this package may be used to develop