mirror of
https://github.com/labwc/labwc.git
synced 2026-03-24 09:06:09 -04:00
meson.build: require wayland-server >=1.19.0
Fix typo - it previously said 0.19.0
This commit is contained in:
parent
981c03e7e4
commit
147bd706d4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ else
|
||||||
wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0'])
|
wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0'])
|
||||||
wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include <wlr/config.h>', dependencies: wlroots) == '1'
|
wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include <wlr/config.h>', dependencies: wlroots) == '1'
|
||||||
endif
|
endif
|
||||||
wayland_server = dependency('wayland-server', version: '>=0.19.0')
|
wayland_server = dependency('wayland-server', version: '>=1.19.0')
|
||||||
wayland_protos = dependency('wayland-protocols')
|
wayland_protos = dependency('wayland-protocols')
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
xcb = dependency('xcb', required: get_option('xwayland'))
|
xcb = dependency('xcb', required: get_option('xwayland'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue