mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
9 lines
992 B
Meson
9 lines
992 B
Meson
option('freerdp', type: 'feature', value: 'auto', description: 'Enable support for the RDP backend with freerdp')
|
|
option('libcap', type: 'feature', value: 'auto', description: 'Enable support for rootless session via capabilities (cap_sys_admin)')
|
|
option('logind', type: 'feature', value: 'auto', description: 'Enable support for rootless session via logind')
|
|
option('logind-provider', type: 'combo', choices: ['systemd', 'elogind'], value: 'systemd', description: 'Provider of logind support library')
|
|
option('xcb-errors', type: 'feature', value: 'auto', description: 'Use xcb-errors util library')
|
|
option('xcb-icccm', type: 'feature', value: 'auto', description: 'Use xcb-icccm util library')
|
|
option('xwayland', type: 'feature', value: 'auto', yield: true, description: 'Enable support for X11 applications')
|
|
option('x11-backend', type: 'feature', value: 'auto', description: 'Enable X11 backend')
|
|
option('examples', type: 'boolean', value: true, description: 'Build example applications')
|