diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-05 00:27:44 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-05 00:27:44 +0000 |
commit | 534a1e490f83eb706e0fddd36b7e0d393e36baa2 (patch) | |
tree | cd14d30a91e33a4a935e2c24a2ee9cc5f5df641f | |
parent | f7dfb887b7fcd8e7cf5075fee1451caddbe7d448 (diff) | |
download | gst-plugins-bad-534a1e490f83eb706e0fddd36b7e0d393e36baa2.tar.gz gst-plugins-bad-534a1e490f83eb706e0fddd36b7e0d393e36baa2.tar.bz2 gst-plugins-bad-534a1e490f83eb706e0fddd36b7e0d393e36baa2.zip |
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
Original commit message from CVS:
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled
gstreamer i think...
-rw-r--r-- | gstreamer-libs-uninstalled.pc.in | 7 | ||||
-rw-r--r-- | gstreamer-libs.pc.in | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gstreamer-libs-uninstalled.pc.in b/gstreamer-libs-uninstalled.pc.in new file mode 100644 index 00000000..8c750c61 --- /dev/null +++ b/gstreamer-libs-uninstalled.pc.in @@ -0,0 +1,7 @@ +Name: GStreamer Uninstalled Media-Specific Libraries +Description: Streaming-media framework media-specific libraries, not installed +Version: @VERSION@ +Requires: gstreamer = @VERSION@ +Libs: +Cflags: -I${pcfiledir}/gst-libs + diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in new file mode 100644 index 00000000..b8e5db22 --- /dev/null +++ b/gstreamer-libs.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GStreamer Media-Specific Libraries +Description: Streaming-media framework, media-specific libraries +Requires: gstreamer = @VERSION@ +Version: @VERSION@ +Libs: +Cflags: -I${includedir} |