summaryrefslogtreecommitdiff
path: root/pango.pc.in
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-09-29 20:39:10 +0000
committerMartin Baulig <martin@src.gnome.org>2000-09-29 20:39:10 +0000
commit1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd (patch)
tree18a2b9eb08e9b56171741c0bba76f21cd3d1f6dd /pango.pc.in
parent2a35121efde8ef6af944d193eeffa3322adcce4e (diff)
downloadpango-1e28ba7a1981ea36a7b70af3f101aa6a74abc5fd.tar.gz
Set this to `$(libexecdir)/pkgconfig'; this is the directory where
2000-09-29 Martin Baulig <baulig@suse.de> * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig'; this is the directory where pkg-config actually looks. * *.pc.in: Made the pkg-config scripts actually work.
Diffstat (limited to 'pango.pc.in')
-rw-r--r--pango.pc.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/pango.pc.in b/pango.pc.in
index a774a46e..fd601e5e 100644
--- a/pango.pc.in
+++ b/pango.pc.in
@@ -3,11 +3,14 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: Pango
-Description: Internationalized text handling
-Version: @VERSION@
-Requires: fribidi,gobject-2.0,gmodule-2.0
-Libs: -L${libdir} -lpango
-Cflags:
+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