summaryrefslogtreecommitdiff
path: root/trunk/pangox.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/pangox.pc.in')
-rw-r--r--trunk/pangox.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/pangox.pc.in b/trunk/pangox.pc.in
new file mode 100644
index 00000000..bb7ff511
--- /dev/null
+++ b/trunk/pangox.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Pango X
+Description: X Window System font support for Pango
+Version: @VERSION@
+Requires: pango
+Libs: -L${libdir} -lpangox-@PANGO_API_VERSION@ @PKGCONFIG_X_LIBS@
+Cflags: -I${includedir}/pango-1.0 @X_CFLAGS@
+