diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 17:54:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 17:54:05 +0000 |
commit | e919f4c8c5ad8bf976c03b786284d15d293bac95 (patch) | |
tree | 6be24e76996c75199000c79e3bca5ccf369838f0 /pkgconfig | |
parent | dbdc8052d361e701772a18e3fc39576798e41bee (diff) |
synchronize the two pc files
Original commit message from CVS:
synchronize the two pc files
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-play-uninstalled.pc.in | 1 | ||||
-rw-r--r-- | pkgconfig/gstreamer-play.pc.in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in index 27cdf6ffa..9c693938f 100644 --- a/pkgconfig/gstreamer-play-uninstalled.pc.in +++ b/pkgconfig/gstreamer-play-uninstalled.pc.in @@ -6,6 +6,7 @@ includedir=${pcfiledir}/../gst-libs Name: GStreamer Play Library, uninstalled Description: Streaming-media framework, play libraries, not installed Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ \ + gstreamer-interfaces-@GST_MAJORMINOR@ >= @VERSION@ gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@ Version: @VERSION@ diff --git a/pkgconfig/gstreamer-play.pc.in b/pkgconfig/gstreamer-play.pc.in index 9d6a20203..cab025a1f 100644 --- a/pkgconfig/gstreamer-play.pc.in +++ b/pkgconfig/gstreamer-play.pc.in @@ -5,8 +5,8 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer Play Library Description: Streaming-media framework, play libraries -Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@ gstreamer-control-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@ +Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ Cflags: -I${includedir} |