diff options
author | Johnathan Corgan | 2010-04-26 23:14:12 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-04-26 23:14:12 -0700 |
commit | c6ad778bda302a9abfe3f1a905d1a80ee34c60a6 (patch) | |
tree | 26cd9a62b04dc6aa9f55ff5355ff4aef45cfd762 /usrp2 | |
parent | ac2b84b93cad94f9a8830eeb5e62dace997c9a47 (diff) | |
download | gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.tar.gz gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.tar.bz2 gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.zip |
Remove omnithreads library.
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/host/usrp2.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/usrp2.pc.in b/usrp2/host/usrp2.pc.in index eaef5f41d..e0c2b1986 100644 --- a/usrp2/host/usrp2.pc.in +++ b/usrp2/host/usrp2.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: usrp2 Description: Universal Software Radio Peripheral 2 -Requires: gnuradio-omnithread gruel +Requires: gruel Version: @VERSION@ Libs: -L${libdir} -lusrp2 Cflags: -I${includedir} @DEFINES@ |