meson: Use a valid SPDX identifier

See https://mesonbuild.com/Reference-manual.html#license
This commit is contained in:
Maximiliano Sandoval R 2021-07-16 10:46:53 +02:00
parent 64b9d53472
commit 94c2072be8
No known key found for this signature in database
GPG Key ID: DAF997B4C5A9DF5A

View File

@ -8,7 +8,7 @@ project('gtk', 'c',
'c_std=gnu99',
],
meson_version : '>= 0.55',
license: 'LGPLv2.1+')
license: 'LGPL-2.1-or-later')
glib_req = '>= 2.66.0'
pango_req = '>= 1.47.0' # keep this in sync with .gitlab-ci/test-msys.sh