diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 21:59:45 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 21:59:45 +0000 |
| commit | 4f20cb327f420917d761b0fa41e50cb9d4eb1a19 (patch) | |
| tree | d880131c8f8b42ac122205857f6fb67949b654f4 /config.h.cmake | |
| parent | cmake: fix for install target (diff) | |
| download | inkscape-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.cmake | 4 |
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_ */ |
