aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-30 14:12:16 -0500
committerTed Gould <ted@gould.cx>2013-08-30 14:12:16 -0500
commit427fce067da2e33fda61fe4f44ae82525a546ec7 (patch)
treea35620aae9145a5ad206bb3f27ab0a977a193986
parentb4ded87e23078de8411ea19bfeb647fb1d3a5b96 (diff)
downloadayatana-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.txt2
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}")