summaryrefslogtreecommitdiff
path: root/pango.pc.in
diff options
context:
space:
mode:
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