summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-19 18:02:38 +0200
committerJens Georg <mail@jensge.org>2021-06-19 18:02:38 +0200
commitb4683272380fc3e28a8605e33a9da952a2e57a33 (patch)
tree9748947cece4ec3a551205e14c1d4e7ba27cc08c /meson.build
parente35a8543e678d7ef1adfa68a93bb8ae3f02a3e99 (diff)
downloadgupnp-b4683272380fc3e28a8605e33a9da952a2e57a33.tar.gz
build: Require meson 0.54 for override_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 5447ca1..f31e4be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.3.0', meson_version : '>= 0.53.0')
+project('gupnp', 'c', version : '1.3.0', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')