mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
build: bump wlroots version
This commit is contained in:
parent
8d3a52aa30
commit
3fbff5b4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -38,14 +38,14 @@ if is_freebsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Execute the wlroots subproject, if any
|
# Execute the wlroots subproject, if any
|
||||||
wlroots_version = ['>=0.19.0', '<0.20.0']
|
wlroots_version = ['>=0.20.0', '<0.21.0']
|
||||||
subproject(
|
subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['examples=false'],
|
default_options: ['examples=false'],
|
||||||
required: false,
|
required: false,
|
||||||
version: wlroots_version,
|
version: wlroots_version,
|
||||||
)
|
)
|
||||||
wlroots = dependency('wlroots-0.19', version: wlroots_version, fallback: 'wlroots')
|
wlroots = dependency('wlroots-0.20', version: wlroots_version, fallback: 'wlroots')
|
||||||
wlroots_features = {
|
wlroots_features = {
|
||||||
'xwayland': false,
|
'xwayland': false,
|
||||||
'libinput_backend': false,
|
'libinput_backend': false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue