summaryrefslogtreecommitdiff
path: root/pangox.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pangox.pc.in')
-rw-r--r--pangox.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pangox.pc.in b/pangox.pc.in
new file mode 100644
index 00000000..96aea585
--- /dev/null
+++ b/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 @X_LIBS@
+Cflags: -I${includedir}
+