diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-14 14:13:49 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-14 14:13:49 +0000 |
commit | c7e6f369079f60311cf241e8e05f4cd92f7c344b (patch) | |
tree | 98b1f48aede68fd4f0846785f069d1fb84b4a5d1 /meson.build | |
parent | 98566c9a4825513bb72f981ef347c1b3a56ac42d (diff) | |
parent | 8bb28bab74ac9c9e0c5012ad17c520e38ab5bd83 (diff) | |
download | pango-c7e6f369079f60311cf241e8e05f4cd92f7c344b.tar.gz |
Merge branch 'override-dependency' into 'master'
meson: Use meson.override_dependency()
See merge request GNOME/pango!250
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b67f9d61..98f4e372 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.50.0') + meson_version : '>= 0.54.0') add_project_arguments([ '-D_POSIX_C_SOURCE=200809L', '-D_POSIX_THREAD_SAFE_FUNCTIONS', '-D_GNU_SOURCE', ], language: 'c') |