summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:05 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-30 02:14:05 +0000
commit6ed8c4f1d4f27507919db74990fa9bdd3681ad7e (patch)
tree4844be4cd64a805e3378d228d2bd56992cc25c89
parent1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd (diff)
downloadpango-6ed8c4f1d4f27507919db74990fa9bdd3681ad7e.tar.gz
Put the pkg-config scripts back to the correct pkg-config syntax
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
-rw-r--r--pango.pc.in15
-rw-r--r--pangox.pc.in15
2 files changed, 12 insertions, 18 deletions
diff --git a/pango.pc.in b/pango.pc.in
index fd601e5e..a774a46e 100644
--- a/pango.pc.in
+++ b/pango.pc.in
@@ -3,14 +3,11 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-VERSION="@VERSION@"
-REQUIRES="fribidi gobject-2.0 gmodule-2.0"
-CFLAGS=""
-LIBS_PATH="-L${libdir}"
-LIBS_SELF_LIBS="-lpango"
-LIBS_SYSTEM_LIBS=""
-
-#Name: Pango
-#Description: Internationalized text handling
+Name: Pango
+Description: Internationalized text handling
+Version: @VERSION@
+Requires: fribidi,gobject-2.0,gmodule-2.0
+Libs: -L${libdir} -lpango
+Cflags:
diff --git a/pangox.pc.in b/pangox.pc.in
index ae1a005c..7ecf6b24 100644
--- a/pangox.pc.in
+++ b/pangox.pc.in
@@ -3,13 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-VERSION="@VERSION@"
-REQUIRES="pango"
-CFLAGS=""
-LIBS_PATH="-L${libdir}"
-LIBS_SELF_LIBS="-lpangox"
-LIBS_SYSTEM_LIBS="@X_LIBS@"
-
-#Name: Pango X
-#Description: X Window System font support for Pango
+Name: Pango X
+Description: X Window System font support for Pango
+Version: @VERSION@
+Requires: pango
+Libs: -L${libdir} -lpangox @X_LIBS@
+Cflags: