summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-04-16 14:39:29 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-04-16 14:39:29 +0000
commiteeed7483385d14192bb11ef501bc729c286da7c5 (patch)
treef59a70eb69105145d10f6b1898bd6f32a76e987c /src/CMakeLists.txt
parentCMake: Disable broken pseudo-option for GTKSPELL - determined automatically b... (diff)
downloadinkscape-eeed7483385d14192bb11ef501bc729c286da7c5.tar.gz
inkscape-eeed7483385d14192bb11ef501bc729c286da7c5.zip
CMake build: builds with WITH_DBUS
(bzr r14853)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5c436cefb..e97ea8489 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -526,6 +526,10 @@ endif()
add_dependencies(inkscape inkscape_version)
+if(WITH_DBUS)
+ add_dependencies(inkscape inkscape_dbus)
+endif()
+
if (NOT "${WITH_EXT_GDL}")
list (APPEND INKSCAPE_LIBS "gdl_LIB")
endif()