summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f4532ea22..335e85ba0 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -235,6 +235,9 @@
/* Define the version as a string. */
#define VERSION "${INKSCAPE_VERSION}"
+/* Build in dbus */
+#cmakedefine WITH_DBUS 1
+
/* Define as the return type of signal handlers (`int' or `void'). */
#cmakedefine RETSIGTYPE
@@ -296,7 +299,6 @@
/* Define to `int' if <sys/types.h> does not define. */
#cmakedefine mode_t
-
#endif /* _CONFIG_H_ */