diff options
author | Michael | 2009-10-27 12:13:59 -0400 |
---|---|---|
committer | Michael | 2009-10-27 12:13:59 -0400 |
commit | b4dce8e6a46af1ced503ca662b3c46f88e257db1 (patch) | |
tree | 312554adb73eefd1b8676d30f1bedaedb42bfa98 /usrp | |
parent | 41526cd4c2f33b437840e077efb14eae8c34df0c (diff) | |
download | gnuradio-b4dce8e6a46af1ced503ca662b3c46f88e257db1.tar.gz gnuradio-b4dce8e6a46af1ced503ca662b3c46f88e257db1.tar.bz2 gnuradio-b4dce8e6a46af1ced503ca662b3c46f88e257db1.zip |
updated usrp.pc file to reflect the correct version of libusb
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/usrp.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/usrp.pc.in b/usrp/usrp.pc.in index 297775fb1..2a15a05fd 100644 --- a/usrp/usrp.pc.in +++ b/usrp/usrp.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: usrp Description: USRP Client Side C++ interface -Requires: libusb @usrp_darwin_omnithread_pc_requires@ +Requires: @LIBUSB_PKG_CONFIG_NAME@ @usrp_darwin_omnithread_pc_requires@ Version: @VERSION@ Libs: -L${libdir} -lusrp Cflags: -I${includedir} |