mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 22:18:14 +02:00
vnc: Allow neatvnc in version 0.9.0
Neat VNC 0.9.0 is backwards compatible.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
(cherry picked from commit b4386289d6)
This commit is contained in:
parent
a712e803d2
commit
353600b6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ if not get_option('backend-vnc')
|
|||
endif
|
||||
|
||||
config_h.set('BUILD_VNC_COMPOSITOR', '1')
|
||||
dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.0', '< 0.9.0'], required: false, fallback: ['neatvnc', 'neatvnc_dep'])
|
||||
dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.0', '< 0.10.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue