0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-21 19:49:37 +00:00
Files
termux-packages/x11-packages/weston/0009-libaml1.patch
2025-08-22 09:10:13 +08:00

12 lines
530 B
Diff

--- a/libweston/backend-vnc/meson.build
+++ b/libweston/backend-vnc/meson.build
@@ -8,7 +8,7 @@
error('VNC backend requires neatvnc which was not found. Or, you can use \'-Dbackend-vnc=false\'.')
endif
-dep_aml = dependency('aml', version: ['>= 0.3.0', '< 0.4.0'], required: false, fallback: ['aml', 'aml_dep'])
+dep_aml = dependency('aml1', version: ['>= 1.0.0', '< 2.0.0'], required: false)
if not dep_aml.found()
error('VNC backend requires libaml which was not found. Or, you can use \'-Dbackend-vnc=false\'.')
endif