Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7911

to look at the new patch set (#2).

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
---
M usrp.pc.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/11/7911/2

diff --git a/usrp.pc.in b/usrp.pc.in
index d4794aa..12d01e4 100644
--- a/usrp.pc.in
+++ b/usrp.pc.in
@@ -5,7 +5,7 @@
 
 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}

-- 
To view, visit https://gerrit.osmocom.org/7911
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6
Gerrit-PatchSet: 2
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder

Reply via email to