summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2023-12-29 12:06:56 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 20:53:04 +0900
commit93591f24f61c51cfe8c5c45f1418d0ac2d468fb0 (patch)
treefcaaaea8db11a58536066a1e1b6192fe6338d915 /src
parenta971c7f641f82fc56f41df467c32c035082193f1 (diff)
downloadkdbusnotification-93591f24f61c51cfe8c5c45f1418d0ac2d468fb0.tar.gz
kdbusnotification-93591f24f61c51cfe8c5c45f1418d0ac2d468fb0.zip
Respect -DDBUS_BINDING_TOOL provided by cmake user
(cherry picked from commit da111a61956c1d052c8fe510d0add5dd6c891030)
Diffstat (limited to 'src')
-rw-r--r--src/daemon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index df78e8a..7652df0 100644
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -27,7 +27,7 @@ set( _xml notificationdaemon.xml )
add_custom_command(
OUTPUT ${_header}
- COMMAND ${_DBUS_TOOL}
+ COMMAND ${DBUS_BINDING_TOOL}
ARGS --mode=glib-server --prefix=notification_daemon_tde ${CMAKE_CURRENT_SOURCE_DIR}/${_xml} > ${_header}
DEPENDS ${_xml}
)