mirror of https://gerrit.osmocom.org/libusrp
usrp.pc.in: Drop unset LIBUSB_PKG_CONFIG_NAME
That variable is expected to be set by macro USRP_LIBUSB from m4/usrp_libusb.m4, but it is never called in configure.ac. Furthermore, the macro doesn't seem to be working fine in some environments like debian9, while it works on others (ArchLinux), so let's better drop it. Change-Id: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6changes/11/7911/2
parent
12196606d5
commit
e9f1d62080
|
@ -5,7 +5,7 @@ includedir=@includedir@
|
|||
|
||||
Name: usrp
|
||||
Description: USRP Client Side C++ interface
|
||||
Requires: @LIBUSB_PKG_CONFIG_NAME@
|
||||
Requires: libusb-1.0
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lusrp
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue