summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:36:24 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-09 13:36:24 +0000
commit9714c283f0d9a65dc444b11c6ee8b968c4a5f5f9 (patch)
tree47ca59fe9a1271e25819bc48bba0bfaa449ec660 /meson.build
parente532cee3e34a8c2c6a7266c6795f4ac307e4e0fd (diff)
downloadgdk-pixbuf-9714c283f0d9a65dc444b11c6ee8b968c4a5f5f9.tar.gz
Require Meson 0.55.3
The 0.48.1 base version is positively *ancient*.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7d63498b4..05e04bdb6 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('gdk-pixbuf', 'c',
'warning_level=1',
'c_std=c99',
],
- meson_version: '>= 0.48.0')
+ meson_version: '>= 0.55.3')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE', '-D_XOPEN_SOURCE=700' ], language: 'c')