summaryrefslogtreecommitdiff
path: root/gr-blocks
diff options
context:
space:
mode:
authorJohnathan Corgan2012-11-24 09:36:47 -0800
committerJohnathan Corgan2012-11-24 09:36:47 -0800
commit2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab (patch)
treead2f505352d141611fe92f65af62cf1df4b7e7e4 /gr-blocks
parent8dcd5f361188df9181d047111c11534058081a92 (diff)
downloadgnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.tar.gz
gnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.tar.bz2
gnuradio-2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab.zip
blocks: fix required libs in .pc file
Diffstat (limited to 'gr-blocks')
-rw-r--r--gr-blocks/gnuradio-blocks.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/gnuradio-blocks.pc.in b/gr-blocks/gnuradio-blocks.pc.in
index abcfe017b..c24564157 100644
--- a/gr-blocks/gnuradio-blocks.pc.in
+++ b/gr-blocks/gnuradio-blocks.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: gnuradio-blocks
Description: GNU Radio basic block library
-Requires: gnuradio-core gnuradio-audio
+Requires: gnuradio-core
Version: @LIBVER@
Libs: -L${libdir} -lgnuradio-blocks
Cflags: -I${includedir}