mirror of
https://github.com/labwc/labwc.git
synced 2026-03-13 05:33:47 -04:00
README/meson.build: update dependencies
This commit is contained in:
parent
11e376e050
commit
f5689410be
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ simple compositor such as labwc.
|
||||||
Dependencies include:
|
Dependencies include:
|
||||||
|
|
||||||
- meson, ninja, gcc/clang
|
- meson, ninja, gcc/clang
|
||||||
- wlroots (master)
|
- wlroots (>=0.13.0 or master)
|
||||||
- wayland (>=1.19)
|
- wayland (>=1.19)
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
- libinput (>=1.14)
|
- libinput (>=1.14)
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ else
|
||||||
wlroots = dependency('wlroots', version: '>= 0.13.0')
|
wlroots = dependency('wlroots', version: '>= 0.13.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')
|
wayland_server = dependency('wayland-server', version: '>=0.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