summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-13 10:55:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-13 10:56:04 -0400
commit25a7353bd0649609778f61594be35eee6b7f006d (patch)
treed1eaff2cc50375450380b76309dfe166f6b79fc2
parentaceb58182019924a246e85d1b827058d50557952 (diff)
downloadpango-25a7353bd0649609778f61594be35eee6b7f006d.tar.gz
Bump meson req to 0.50
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 78269eba..723d791a 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project('pango', 'c', 'cpp',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
- meson_version : '>= 0.48.0')
+ meson_version : '>= 0.50.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_POSIX_THREAD_SAFE_FUNCTIONS', '-D_GNU_SOURCE', ], language: 'c')