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: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6
This commit is contained in:
Pau Espin 2018-04-24 17:29:01 +02:00
parent 12196606d5
commit e9f1d62080
1 changed files with 1 additions and 1 deletions

View File

@ -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}