summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-08-30 16:09:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-08-30 16:09:59 +0100
commitb6d1048a2631cd4703b43550da5228b724858ee4 (patch)
tree77c64c0c091450eb18a1c8f986b75062c961928c /meson.build
parent5a7ef73e5f7aa5f18333c3cec7fec1d7c355fda3 (diff)
downloadpango-b6d1048a2631cd4703b43550da5228b724858ee4.tar.gz
Bump up the dependency on Meson
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 fb666138..f6539a4c 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('pango', 'c', 'cpp',
'warning_level=1',
'c_std=c99',
],
- meson_version : '>= 0.43.0')
+ meson_version : '>= 0.46.0')
add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_POSIX_THREAD_SAFE_FUNCTIONS', '-D_GNU_SOURCE', ], language: 'c')