wlroots: enable x11 backend

This commit is contained in:
Xtr126 2024-05-26 21:01:05 +05:30
parent b1d3a81667
commit eccc5e516a
2 changed files with 54 additions and 1 deletions

View file

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