mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
Bump required Vala version
This commit is contained in:
parent
b9dd5cc60b
commit
5441afb07d
@ -18,7 +18,7 @@ You'll need the following dependencies:
|
|||||||
* libmutter-10-dev (>= 42.0) | libmutter-dev (>= 3.18.3)
|
* libmutter-10-dev (>= 42.0) | libmutter-dev (>= 3.18.3)
|
||||||
* libxml2-utils
|
* libxml2-utils
|
||||||
* meson (>= 0.59.0)
|
* 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
|
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ cc = meson.get_compiler('c')
|
|||||||
|
|
||||||
gala_version = meson.project_version()
|
gala_version = meson.project_version()
|
||||||
|
|
||||||
vala_version_required = '0.46.0'
|
vala_version_required = '0.56.17'
|
||||||
vala = meson.get_compiler('vala')
|
vala = meson.get_compiler('vala')
|
||||||
if not vala.version().version_compare('>= @0@'.format(vala_version_required))
|
if not vala.version().version_compare('>= @0@'.format(vala_version_required))
|
||||||
error('Valac >= @0@ required!'.format(vala_version_required))
|
error('Valac >= @0@ required!'.format(vala_version_required))
|
||||||
|
Loading…
Reference in New Issue
Block a user