mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-11 21:23:11 +00:00
11 lines
487 B
Diff
11 lines
487 B
Diff
+++ ./libweston/backend-vnc/meson.build
|
|
@@ -3,7 +3,7 @@
|
|
endif
|
|
|
|
config_h.set('BUILD_VNC_COMPOSITOR', '1')
|
|
-dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.0', '< 0.10.0'], required: false, fallback: ['neatvnc', 'neatvnc_dep'])
|
|
+dep_neatvnc = dependency('neatvnc', version: ['>= 0.7.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
|