Revert "Bump meson req to 0.50"

This reverts commit f0845d98a2.

The commit breaks CI. CI has more power than meson telling things.
This commit is contained in:
Benjamin Otte
2019-03-29 10:19:41 +01:00
parent a8dccef507
commit 1944ffe351

View File

@@ -7,7 +7,7 @@ project('gtk', 'c',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
meson_version : '>= 0.50.0',
meson_version : '>= 0.48.0',
license: 'LGPLv2.1+')
glib_major_req = 2