summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@protonmail.com>2021-07-16 10:46:53 +0200
committerMaximiliano Sandoval R <msandova@protonmail.com>2021-07-16 11:14:46 +0200
commit94c2072be8b09a1b977dfe2ab7d77bd44513a6e1 (patch)
tree8809c629d6ff8872882496e2b25842f4c475a7f1
parent64b9d5347274c21dbe2afde5e0618635c7911ae1 (diff)
downloadgtk+-94c2072be8b09a1b977dfe2ab7d77bd44513a6e1.tar.gz
meson: Use a valid SPDX identifier
See https://mesonbuild.com/Reference-manual.html#license
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e6382b7db0..1b5740a53c 100644
--- a/meson.build
+++ b/meson.build
@@ -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