summaryrefslogtreecommitdiff
path: root/pango.pc.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-07-31 17:14:54 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-07-31 17:14:54 +0000
commit990ed879243b190ee1926188fef04ce1fb04a619 (patch)
treea82227ead4a0f6d789fb64c3ed19a6ecfe7ecd65 /pango.pc.in
parent3d4b645743eae075a5c03b3cba78279f68e958d3 (diff)
downloadpango-990ed879243b190ee1926188fef04ce1fb04a619.tar.gz
pkg-config info files
2000-07-31 Havoc Pennington <hp@redhat.com> * pango.pc.in, pangox.pc.in: pkg-config info files * Makefile.am: dist/install .pc files * configure.in: output .pc files
Diffstat (limited to 'pango.pc.in')
-rw-r--r--pango.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/pango.pc.in b/pango.pc.in
new file mode 100644
index 00000000..0e0d09b2
--- /dev/null
+++ b/pango.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+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: -I${includedir}
+
+