summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 81712be63..3bd7837bd 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -295,6 +295,24 @@
/* enable openoffice files (SVG jars) */
#cmakedefine WITH_INKJAR 1
+/* Build in libcdr */
+#cmakedefine WITH_LIBCDR 1
+
+/* Build using libcdr 0.0.x */
+#cmakedefine WITH_LIBCDR00 1
+
+/* Build using libcdr 0.1.x */
+#cmakedefine WITH_LIBCDR01 1
+
+/* Build in libvisio */
+#cmakedefine WITH_LIBVISIO 1
+
+/* Build using libvisio 0.0.x */
+#cmakedefine WITH_LIBVISIO00 1
+
+/* Build using libvisio 0.1.x */
+#cmakedefine WITH_LIBVISIO01 1
+
/* Build in libwpg */
#cmakedefine WITH_LIBWPG 1
@@ -304,6 +322,9 @@
/* Build in libwpg-0.2 */
#cmakedefine WITH_LIBWPG02 1
+/* Build in libwpg-0.3 */
+#cmakedefine WITH_LIBWPG03 1
+
/* Use MMX optimizations, if CPU supports it */
#cmakedefine WITH_MMX 1