wlroots: disable x11 backend

This commit is contained in:
Xtr126 2024-05-02 18:13:04 +05:30
parent d38bdb5593
commit 8de5818580

View file

@ -37,7 +37,7 @@ endif
wlroots_proj = subproject( wlroots_proj = subproject(
'wlroots', 'wlroots',
default_options: ['examples=false', 'xwayland=disabled', 'backends=x11'], default_options: ['examples=false', 'xwayland=disabled', 'backends='],
) )
wlroots = wlroots_proj.get_variable('wlroots') wlroots = wlroots_proj.get_variable('wlroots')