allow to build with newer jdk version and document dependencies

This commit is contained in:
Julian Winkler
2023-04-25 17:40:57 +02:00
committed by Mis012
parent cdb62dcd83
commit eac3e42ede
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ project('android_translation_layer', ['c', 'java'], default_options: ['b_lundef=
javac = meson.get_compiler('java')
if javac.version() != '1.8.0'
error('javac versions other than 1.8.0 are known to cause issues (you have: ', javac.version(), ')')
warning('javac versions other than 1.8.0 are known to cause issues at least on aarch64 alpine (you have: ', javac.version(), ')')
endif
gnome = import('gnome')