Use feature options for libcap/logind

We now use a combo choice between systemd/elogind as they are mutually
exclusive anyway.
This commit is contained in:
Scott Anderson 2018-08-22 19:53:00 +12:00
parent 3fa3dca6d5
commit 94ed2fc7bb
3 changed files with 8 additions and 21 deletions

View file

@ -1,6 +1,3 @@
option('enable-libcap', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for capabilities')
option('enable-systemd', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
option('enable-elogind', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Enable support for logind')
option('enable-xcb_errors', type: 'combo', choices: ['auto', 'true', 'false'], value: 'auto', description: 'Use xcb-errors util library')
option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
option('enable-x11_backend', type: 'boolean', value: true, description: 'Enable X11 backend')