enable only x11 backend for wlroots

This commit is contained in:
Xtr126 2024-04-30 18:37:13 +05:30
parent f462768ece
commit 7656b3f2f5

View file

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