mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-07 04:06:41 -05:00
enable only x11 backend for wlroots
This commit is contained in:
parent
f462768ece
commit
7656b3f2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue