summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-01-08 14:46:46 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-01-08 14:46:46 +0000
commite458ea2f3db32225f5d8d794ce8fe35dac9d825c (patch)
tree923a23bd1300287bfb87b45c3c776f0e10955e25 /meson.build
parentb6d8d3975edc29cb5488990d0a39e3d2c4790d89 (diff)
downloadgtk+-e458ea2f3db32225f5d8d794ce8fe35dac9d825c.tar.gz
build: Avoid a Meson deprecation warning
Using an empty `configuration_data` object to copy a configuration file is deprecated since Meson 0.47 (released July 2018); the equivalent behaviour is available by using `copy: true`.
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 53504f9279..93314fb628 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('gtk+', 'c',
# https://github.com/mesonbuild/meson/issues/2289
'c_std=gnu99',
],
- meson_version : '>= 0.43.0',
+ meson_version : '>= 0.48.0',
license: 'LGPLv2.1+')
glib_major_req = 2