diff options
Diffstat (limited to 'gr-video-sdl/gnuradio-video-sdl.pc.in')
-rw-r--r-- | gr-video-sdl/gnuradio-video-sdl.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-video-sdl/gnuradio-video-sdl.pc.in b/gr-video-sdl/gnuradio-video-sdl.pc.in new file mode 100644 index 0000000000..9a8fe7d5e1 --- /dev/null +++ b/gr-video-sdl/gnuradio-video-sdl.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gnuradio-comedi +Description: GNU Radio blocks for the SDL library +Requires: gnuradio-core sdl +Version: @VERSION@ +Libs: -L${libdir} -lgnuradio-video-sdl +Cflags: -I${includedir} |