diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-07 11:12:51 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-07 11:12:51 -0700 |
commit | f1fb6bc5fb0f031e7e4b7f7290290ca6075faf07 (patch) | |
tree | 124b8c2e61f7b60cdb9fbb2156a9a566d8cc723e | |
parent | b1f34f61dd4cb2d0aecf4f1763a59fd4a4fa0579 (diff) |
video-sdl: fix typo in .pc file
-rw-r--r-- | gr-video-sdl/gnuradio-video-sdl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-video-sdl/gnuradio-video-sdl.pc.in b/gr-video-sdl/gnuradio-video-sdl.pc.in index 8586a28842..ade9ba9109 100644 --- a/gr-video-sdl/gnuradio-video-sdl.pc.in +++ b/gr-video-sdl/gnuradio-video-sdl.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: gnuradio-comedi +Name: gnuradio-video-sdl Description: GNU Radio blocks for the SDL library Requires: gnuradio-core sdl Version: @LIBVER@ |