summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2015-10-26 22:50:52 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-10-26 22:50:52 +0000
commit0d4e511c524d9102d90adbf2defea4f644eb3edd (patch)
treeffd9da7dadc59fa46ca91fa123659f5271214614 /config.h.cmake
parentExtensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 (diff)
downloadinkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.tar.gz
inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.zip
add gtk3 experimental support in CMake
Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
Diffstat (limited to '')
-rw-r--r--config.h.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index cd1d4eb5c..a63768f74 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -80,6 +80,18 @@
function. */
#cmakedefine HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1
+/* Build with Gtkmm 3.0.x or higher */
+#cmakedefine WITH_GTKMM_3_0 1
+
+/* Build with Gtkmm 3.10.x or higher */
+#cmakedefine WITH_GTKMM_3_10 1
+
+/* Build with external GDL */
+#cmakedefine WITH_EXT_GDL 1
+
+/* Build with GDL 3.6 or higher */
+#cmakedefine WITH_GDL_3_6 1
+
/* Define to 1 if you have the <ieeefp.h> header file. */
#cmakedefine HAVE_IEEEFP_H 1