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
This commit is contained in:
Harald Welte 2022-03-25 09:35:11 +00:00
parent 12eed19066
commit a47eefee56
1 changed files with 2 additions and 0 deletions

2
debian/control vendored
View File

@ -320,6 +320,8 @@ Multi-Arch: same
Section: libdevel Section: libdevel
Depends: libosmocore, Depends: libosmocore,
libtalloc-dev (>= 2.1.0), libtalloc-dev (>= 2.1.0),
libsctp-dev,
libusb-1.0-0-dev,
${misc:Depends} ${misc:Depends}
Description: Development headers for Open Source MObile COMmunications CORE library Description: Development headers for Open Source MObile COMmunications CORE library
The header files provided by this package may be used to develop The header files provided by this package may be used to develop