summaryrefslogtreecommitdiff
path: root/dev-libs/weston/files/weston-neatvnc-0.8.patch
blob: 03ffab596c3a6268f2fad05a02631358ca9db175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://bugs.gentoo.org/930424
https://gitlab.freedesktop.org/wayland/weston/-/issues/890

diff -Naur a/libweston/backend-vnc/meson.build b/libweston/backend-vnc/meson.build
--- a/libweston/backend-vnc/meson.build	2023-11-27 18:01:53.000000000 +0000
+++ b/libweston/backend-vnc/meson.build	2024-04-24 23:55:22.262121014 +0100
@@ -3,7 +3,7 @@
 endif

 config_h.set('BUILD_VNC_COMPOSITOR', '1')
-dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.0', '< 0.8.0'], required: false, fallback: ['neatvnc', 'neatvnc_dep'])
+dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.0', '< 0.9.0'], required: false, fallback: ['neatvnc', 'neatvnc_dep'])
 if not dep_neatvnc.found()
 	error('VNC backend requires neatvnc which was not found. Or, you can use \'-Dbackend-vnc=false\'.')
 endif