summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 21:59:45 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 21:59:45 +0000
commit4f20cb327f420917d761b0fa41e50cb9d4eb1a19 (patch)
treed880131c8f8b42ac122205857f6fb67949b654f4 /config.h.cmake
parentcmake: fix for install target (diff)
downloadinkscape-4f20cb327f420917d761b0fa41e50cb9d4eb1a19.tar.gz
inkscape-4f20cb327f420917d761b0fa41e50cb9d4eb1a19.zip
cmake:
- added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)
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_ */