mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-22 01:40:49 -05:00
wlroots: disable x11 backend
This commit is contained in:
parent
d38bdb5593
commit
8de5818580
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue