Make X11 fully optional

Make X11 Backend (in addition to XWayland) optional and small bug fix on XWayland includes.
This commit is contained in:
Cedric Sodhi 2018-03-09 15:17:15 +01:00
parent bfc0e95d2c
commit ebdabc2030
5 changed files with 49 additions and 27 deletions

View file

@ -3,3 +3,4 @@ option('enable_systemd', type: 'combo', choices: ['auto', 'true', 'false'], valu
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: false, description: 'Enable X11 backend')