Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Add ConsoleKit2 launch support #1467

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions backend/meson.build
Expand Up @@ -50,6 +50,11 @@ if logind.found()
backend_deps += logind
endif

if consolekit.found()
backend_files += files('session/consolekit2.c')
backend_deps += [dbus, threads, consolekit]
endif

subdir('x11')

lib_wlr_backend = static_library(
Expand Down