summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-01-13 22:17:03 +0000
committerAlbert Astals Cid <aacid@kde.org>2010-01-13 22:17:03 +0000
commit36b67b002db802bfad553720e2114b76b07bb614 (patch)
tree146c40c75defe72dfe5a528a2a6fbdd76ca22f42 /config.h.cmake
parent9c0b20ab8c104c2f5398a5a3b8409ca554f5fa39 (diff)
Make fontconfig optional with mingw compiler
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 7150789e..9527fd57 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -160,6 +160,12 @@
/* Version number of package */
#define VERSION "${POPPLER_VERSION}"
+/* Use fontconfig font configuration backend */
+#cmakedefine WITH_FONTCONFIGURATION_FONTCONFIG 1
+
+/* Use win32 font configuration backend */
+#cmakedefine WITH_FONTCONFIGURATION_WIN32 1
+
/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */