summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-09-29 13:59:33 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2020-09-30 09:47:20 -0400
commitdad6d58450158a883a89c6442d5bc3b6d6f01ced (patch)
treef4d2b9e2507546d8d3a86e93eb797b4d6064ae76 /meson.build
parentbbdb6890f2c45a7f5353402fb723073d15227612 (diff)
downloadpango-dad6d58450158a883a89c6442d5bc3b6d6f01ced.tar.gz
meson: Use meson.override_dependency()
This allows projects that use pango as a subproject to not hardcode dependency variable names such as 'libpangocairo_dep'.
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 504b68b5..ed9dcc12 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')