mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
70ae76304e
This also allows us to remove xcb-xkb, since Xinput will now give us the appropriate XKB modifiers with each event.
9 lines
968 B
Meson
9 lines
968 B
Meson
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', description: 'Enable support for X11 applications')
|
|
option('x11-backend', type: 'feature', value: 'auto', description: 'Enable X11 backend')
|
|
option('rootston', type: 'boolean', value: true, description: 'Build the rootston example compositor')
|
|
option('examples', type: 'boolean', value: true, description: 'Build example applications')
|