diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-06 11:34:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-06 11:34:06 +0000 |
commit | 2953b3174ea190216c9a49649fa8d685a272dda7 (patch) | |
tree | 3baaf52deca17bd1017b3b5c2f7499acbcdc78df /pkgconfig | |
parent | b9f6a4d4eec091244e8a1b15cb0aefadea25cc6c (diff) |
pc file cleanups
Original commit message from CVS:
pc file cleanups
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in | 5 | ||||
-rw-r--r-- | pkgconfig/gstreamer-dataprotocol.pc.in | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in b/pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in index d6131d406..c198a5f0e 100644 --- a/pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in +++ b/pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in @@ -3,10 +3,9 @@ prefix= exec_prefix= libdir=${pcfiledir}/../libs includedir=${pcfiledir}/.. -gstdataprotocol_libs=-lgstdataprotocol-@GST_MAJORMINOR@ -Name: GStreamer dataprotocol library, uninstalled -Description: Dataprotocol for plug-ins +Name: GStreamer data protocol library, uninstalled +Description: Data protocol for plug-ins Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ Version: @VERSION@ diff --git a/pkgconfig/gstreamer-dataprotocol.pc.in b/pkgconfig/gstreamer-dataprotocol.pc.in index 878edeb23..b43294469 100644 --- a/pkgconfig/gstreamer-dataprotocol.pc.in +++ b/pkgconfig/gstreamer-dataprotocol.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ -Name: GStreamer dataprotocol library -Description: Dataprotocol for plug-ins +Name: GStreamer data protocol library +Description: Data protocol for plug-ins Requires: gstreamer-@GST_MAJORMINOR@ Version: @VERSION@ Libs: -L${libdir} -lgstdataprotocol-@GST_MAJORMINOR@ |