Add elogind support

Resolves SirCmpwn/wlroots#146
This commit is contained in:
dudemanguy 2017-09-22 12:02:55 -05:00
parent e5e6dab7fd
commit 175f89f4ff
6 changed files with 22 additions and 3 deletions

View file

@ -1,2 +1,3 @@
option('enable_libcap', type: 'boolean', value: true, description: 'Enable support for capabilities')
option('enable_systemd', type: 'boolean', value: true, description: 'Enable support for logind')
option('enable_elogind', type: 'boolean', value: true, description: 'Enable support for logind')