mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
librtlsdr: add libusb-devel dep to librtlsdr-devel
This commit is contained in:
parent
4f7d4f5a50
commit
788689129e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ post_install() {
|
|||
|
||||
librtlsdr-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} libusb-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue