]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README/meson.build: update dependencies
authorJohan Malm <jgm323@gmail.com>
Sat, 10 Apr 2021 07:30:56 +0000 (08:30 +0100)
committerJohan Malm <jgm323@gmail.com>
Sat, 10 Apr 2021 07:30:56 +0000 (08:30 +0100)
README.md
meson.build

index d6ff1386a96e8fa1f93490f856dc3a8442138abc..61fbcef7626750c29fd3d93b020b1aabdcff5057 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ simple compositor such as labwc.
 Dependencies include:
 
 - meson, ninja, gcc/clang
-- wlroots (master)
+- wlroots (>=0.13.0 or master)
 - wayland (>=1.19)
 - wayland-protocols
 - libinput (>=1.14)
index 1aa737e67ed5ccf9a136b4f91bc635faa4bc3073..4e8ab35d81bb166d4a97894b53a69c598f2f44a1 100644 (file)
@@ -50,7 +50,7 @@ else
   wlroots       = dependency('wlroots', version: '>= 0.13.0')
   wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include <wlr/config.h>', dependencies: wlroots) == '1'
 endif
-wayland_server  = dependency('wayland-server')
+wayland_server  = dependency('wayland-server', version: '>=0.19.0')
 wayland_protos  = dependency('wayland-protocols')
 xkbcommon       = dependency('xkbcommon')
 xcb             = dependency('xcb', required: get_option('xwayland'))