summaryrefslogtreecommitdiff
path: root/check/gtk/fontconfig.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/gtk/fontconfig.pc')
-rw-r--r--check/gtk/fontconfig.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/gtk/fontconfig.pc b/check/gtk/fontconfig.pc
new file mode 100644
index 0000000..7040b72
--- /dev/null
+++ b/check/gtk/fontconfig.pc
@@ -0,0 +1,11 @@
+prefix=/gtk
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Fontconfig
+Description: Font configuration and customization library
+Version: 2.8.0
+Libs: -L${libdir} -lfontconfig
+Libs.private: -lexpat -lfreetype
+Cflags: -I${includedir}