Bump required Vala version

This commit is contained in:
Leonardo Lemos 2024-11-22 10:33:40 -03:00 committed by GitHub
parent b9dd5cc60b
commit 5441afb07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ You'll need the following dependencies:
* libmutter-10-dev (>= 42.0) | libmutter-dev (>= 3.18.3)
* libxml2-utils
* meson (>= 0.59.0)
* valac (>= 0.46.0)
* valac (>= 0.56.17)
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build

View File

@ -14,7 +14,7 @@ cc = meson.get_compiler('c')
gala_version = meson.project_version()
vala_version_required = '0.46.0'
vala_version_required = '0.56.17'
vala = meson.get_compiler('vala')
if not vala.version().version_compare('>= @0@'.format(vala_version_required))
error('Valac >= @0@ required!'.format(vala_version_required))