diff options
author | Ted Gould <ted@gould.cx> | 2013-08-30 14:12:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-30 14:12:16 -0500 |
commit | 427fce067da2e33fda61fe4f44ae82525a546ec7 (patch) | |
tree | a35620aae9145a5ad206bb3f27ab0a977a193986 | |
parent | b4ded87e23078de8411ea19bfeb647fb1d3a5b96 (diff) | |
download | ayatana-greeter-session-broadcast-427fce067da2e33fda61fe4f44ae82525a546ec7.tar.gz ayatana-greeter-session-broadcast-427fce067da2e33fda61fe4f44ae82525a546ec7.tar.bz2 ayatana-greeter-session-broadcast-427fce067da2e33fda61fe4f44ae82525a546ec7.zip |
Install as a system bus service
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97d6cad..327ffa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ include_directories(${GIO_UNIX2_INCLUDE_DIRS}) if(${LOCAL_INSTALL}) set(DBUSSERVICEDIR "${CMAKE_INSTALL_DATADIR}/dbus-1/services/") else() - EXEC_PROGRAM(${PKG_CONFIG_EXECUTABLE} ARGS dbus-1 --variable session_bus_services_dir OUTPUT_VARIABLE DBUSSERVICEDIR ) + EXEC_PROGRAM(${PKG_CONFIG_EXECUTABLE} ARGS dbus-1 --variable system_bus_services_dir OUTPUT_VARIABLE DBUSSERVICEDIR ) endif() message("Installing DBus services to ${DBUSSERVICEDIR}") |