mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
chase wlroots: increase wlroots meson dep
This commit is contained in:
parent
8583637331
commit
a9f1145802
2 changed files with 5 additions and 5 deletions
|
|
@ -51,9 +51,9 @@ endif
|
||||||
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
|
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
|
||||||
|
|
||||||
wlroots = dependency(
|
wlroots = dependency(
|
||||||
'wlroots-0.19',
|
'wlroots-0.20',
|
||||||
default_options: ['default_library=static', 'examples=false'],
|
default_options: ['default_library=static', 'examples=false'],
|
||||||
version: ['>=0.19.0', '<0.20.0'],
|
version: ['>=0.20.0', '<0.21.0'],
|
||||||
)
|
)
|
||||||
|
|
||||||
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'
|
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = 0.19
|
revision = f04ef79f619983bfb4a7c9908bdae62e0d0d5ba7
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots-0.19
|
dependency_names = wlroots-0.20
|
||||||
wlroots-0.19=wlroots
|
wlroots-0.20=wlroots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue