summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-03-25 23:28:29 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-03-25 23:38:28 +0530
commit4cb844d758b9653cdf2f0c854400921b233256d5 (patch)
treeec77e6714af523d8119f6f794d56666f028fe1d6 /meson.build
parent5280e936d0a76f94dbc5d8489cfbdc0a06343f65 (diff)
downloadlibsoup-4cb844d758b9653cdf2f0c854400921b233256d5.tar.gz
meson: Override dep for use by the provide wrap section
See: https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section Function was added in Meson 0.54, so up the meson dependency
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 aae9bb0a..97798f53 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('libsoup', 'c',
version: '3.0.5',
- meson_version : '>= 0.53',
+ meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [
'c_std=gnu99',