summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-25 16:57:16 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-30 18:11:40 +0100
commit5c647b99160217564bc2fd77eea1589d6e143dab (patch)
treea5a1340f1ab4cedc1f6bd1d95df4a949f58fbf05
parent5f556f00f50300d7307f5e97dc1b769f7295e928 (diff)
downloadgdk-pixbuf-5c647b99160217564bc2fd77eea1589d6e143dab.tar.gz
meson: Bump up the required version of Meson
Use a less ancient baseline.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 40bbee079..fe5aba534 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('gdk-pixbuf', 'c',
'warning_level=1',
'c_std=c99',
],
- meson_version: '>= 0.43.0')
+ meson_version: '>= 0.45.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_DEFAULT_SOURCE', '-D_XOPEN_SOURCE' ], language: 'c')