From: Ralf Habacker Date: Mon, 17 Oct 2011 11:45:00 +0000 (+0200) Subject: Install empty session.d config directory using cmake, otherwise dbus-daemon will... X-Git-Tag: dbus-1.5.10~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=797b511deb3b63474a1c2eae7cabbb00127fb6bb;p=thirdparty%2Fdbus.git Install empty session.d config directory using cmake, otherwise dbus-daemon will not start Reviewed-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41319 --- diff --git a/cmake/bus/CMakeLists.txt b/cmake/bus/CMakeLists.txt index 3a4b9793d..faf9a8e9f 100644 --- a/cmake/bus/CMakeLists.txt +++ b/cmake/bus/CMakeLists.txt @@ -89,6 +89,7 @@ set_target_properties(dbus-daemon PROPERTIES COMPILE_FLAGS ${DBUS_INTERNAL_CLIEN install_targets(/bin dbus-daemon) install_files(/etc/dbus-1 FILES ${config_DATA}) +install(DIRECTORY . DESTINATION etc/dbus-1/session.d FILES_MATCHING PATTERN "*.conf") if (DBUS_SERVICE) set (dbus_service_SOURCES