laforge submitted this change.
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
---
M debian/control
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/debian/control b/debian/control
index 771fff2..fdd4be8 100644
--- a/debian/control
+++ b/debian/control
@@ -320,6 +320,8 @@
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
To view, visit change 27570. To unsubscribe, or for help writing mail filters, visit settings.