summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2019-07-04 09:54:53 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2019-07-04 09:54:53 -0700
commit50fad73bc849db8ba24f2d637cd9a849a8432124 (patch)
treef6f33b7ed4cadc2cd94efa7bf410f80585220932 /meson.build
parent7ed2bbbfbe253dbf7160c265a44b7c1758363959 (diff)
downloadgnome-font-viewer-50fad73bc849db8ba24f2d637cd9a849a8432124.tar.gz
build: specify meson 0.50.0 requirement
We use features that are available starting that version.
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 ebac1ea..e239593 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gnome-font-viewer', 'c',
version: '3.32.0',
license: 'GPLv2+',
- meson_version: '>= 0.40.1',
+ meson_version: '>= 0.50.0',
)
cc = meson.get_compiler('c')