diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:34:30 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:34:30 +0000 |
commit | 13cf1785d813f23c5cfae18a98568058ed94dfa7 (patch) | |
tree | 3df886e601eda5ee680356516fac565713c96723 /pkgconfig/gstreamer-gconf.pc.in | |
parent | f2f86939c3dd8382217ba14f7342a9a15da11ef6 (diff) | |
download | gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.tar.gz gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.tar.bz2 gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.zip |
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Diffstat (limited to 'pkgconfig/gstreamer-gconf.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-gconf.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-gconf.pc.in b/pkgconfig/gstreamer-gconf.pc.in new file mode 100644 index 00000000..2cbf8075 --- /dev/null +++ b/pkgconfig/gstreamer-gconf.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ + +Name: GStreamer GConf Library +Description: Streaming media framework, GConf support library +Requires: gstreamer-@GST_MAJORMINOR@ +Version: @VERSION@ + +Libs: -L${libdir} -lgstgconf-@GST_MAJORMINOR@ +Cflags: -I${includedir} |