[MERGED] libusrp[master]: usrp.pc.in: Drop unset LIBUSB_PKG_CONFIG_NAME

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Apr 26 20:02:53 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: usrp.pc.in: Drop unset LIBUSB_PKG_CONFIG_NAME
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6
Gerrit-PatchSet: 2
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list