diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-27 14:59:34 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-27 14:59:34 +0000 |
commit | b3007c458ef041e66bcb587908709ff5be64ad72 (patch) | |
tree | a8ae99a5ac734f291555efc94b2523614a010506 /pkgconfig | |
parent | 9b2151cc67affa839cb1dd50ec63b9799543b143 (diff) |
make description look like in other .pc files (cosmetic change)
Original commit message from CVS:
make description look like in other .pc files (cosmetic change)
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-gconf-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-gconf.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-gconf-uninstalled.pc.in b/pkgconfig/gstreamer-gconf-uninstalled.pc.in index a7b8e7afc..752cf123c 100644 --- a/pkgconfig/gstreamer-gconf-uninstalled.pc.in +++ b/pkgconfig/gstreamer-gconf-uninstalled.pc.in @@ -5,7 +5,7 @@ libdir=${pcfiledir}/../gst-libs/gst/gconf includedir=${pcfiledir}/../gst-libs Name: GStreamer GConf Library, uninstalled -Description: Streaming media framework, GConf support library, not installed +Description: Streaming-media framework, GConf support library, not installed Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0 Version: @VERSION@ diff --git a/pkgconfig/gstreamer-gconf.pc.in b/pkgconfig/gstreamer-gconf.pc.in index e1801c517..54754f6b4 100644 --- a/pkgconfig/gstreamer-gconf.pc.in +++ b/pkgconfig/gstreamer-gconf.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer GConf Library -Description: Streaming media framework, GConf support library +Description: Streaming-media framework, GConf support library Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0 Version: @VERSION@ |