]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson.build: require wayland-server >=1.19.0
authorJohan Malm <jgm323@gmail.com>
Sat, 17 Apr 2021 13:21:42 +0000 (14:21 +0100)
committerJohan Malm <jgm323@gmail.com>
Sat, 17 Apr 2021 13:21:42 +0000 (14:21 +0100)
Fix typo - it previously said 0.19.0

meson.build

index d94bc45821788bd9b1b7f93476a48dfd038f92d6..061508dbdb34fca561d12fc575afca7be043c97b 100644 (file)
@@ -50,7 +50,7 @@ else
   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'
 endif
-wayland_server  = dependency('wayland-server', version: '>=0.19.0')
+wayland_server  = dependency('wayland-server', version: '>=1.19.0')
 wayland_protos  = dependency('wayland-protocols')
 xkbcommon       = dependency('xkbcommon')
 xcb             = dependency('xcb', required: get_option('xwayland'))