mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 19:20:20 +01:00
Install empty session.d config directory using cmake, otherwise dbus-daemon will not start
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41319
This commit is contained in:
parent
301fa555ac
commit
797b511deb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue