summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-09 12:34:52 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-09 12:34:52 +0100
commit294bc6634ee5637272f61fa3a2d3277d50c1dd45 (patch)
tree2c679db94d17e88d9f3e34b7c540136cbfbd32de /meson.build
parent18b75833b20dbe40ca0ac869bd1ba57227d628fa (diff)
downloadgdk-pixbuf-294bc6634ee5637272f61fa3a2d3277d50c1dd45.tar.gz
Go back to Meson 0.55.3
The version of Meson shipped with Fedora 33.
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 0241fcde0..70074e912 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('gdk-pixbuf', 'c',
'warning_level=1',
'c_std=gnu99',
],
- meson_version: '>= 0.56.0',
+ meson_version: '>= 0.55.3',
)
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE', '-D_XOPEN_SOURCE=700' ], language: 'c')