diff options
author | Harald Welte <laforge@osmocom.org> | 2019-12-17 13:48:09 +0100 |
---|---|---|
committer | Harald Welte <laforge@osmocom.org> | 2019-12-17 13:49:28 +0100 |
commit | 22c7ec3b60d6544d3042a115d519b9311b6bee45 (patch) | |
tree | ee96a0f4708aa330fd5207b0489f79adce70afa9 | |
parent | d462e3fa7b22b046b1c3d7cb46be5760b6fd308a (diff) |
debian/control: Add missing libusb-1.0-0-dev dependency
In Change-Id I656a1a38cbb5b1f3a9145d2869d3b4d0adefcae3 we introduced
USB support and also updated debian pacakaging informatio for this
new package - however, I missed to add a realted Build-Depends line :(
Change-Id: Ib0446510c8ba49623914b6103ea9cfa88c208d50
Related: #4299
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d2c232fd..cdf26bb8 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9), pkg-config, libtalloc-dev, libsctp-dev, + libusb-1.0-0-dev, python3 Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/libosmocore.git |