Skip to content
Snippets Groups Projects
Commit b4386289 authored by Philipp Zabel's avatar Philipp Zabel Committed by Marius Vlad
Browse files

vnc: Allow neatvnc in version 0.9.0


Neat VNC 0.9.0 is backwards compatible.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 4f4011d7
Branches
Tags amd-drm-next-6.5-2023-06-09
1 merge request!1649vnc: Allow neatvnc in version 0.9.0
...@@ -3,7 +3,7 @@ if not get_option('backend-vnc') ...@@ -3,7 +3,7 @@ if not get_option('backend-vnc')
endif endif
config_h.set('BUILD_VNC_COMPOSITOR', '1') 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() if not dep_neatvnc.found()
error('VNC backend requires neatvnc which was not found. Or, you can use \'-Dbackend-vnc=false\'.') error('VNC backend requires neatvnc which was not found. Or, you can use \'-Dbackend-vnc=false\'.')
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment