summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-08 12:04:50 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-08 12:28:50 +0100
commit261b15fc1c152100aa953d55536bcde12b6fce72 (patch)
treed587c4944c2faf60ffd1bc12f89674f1c475fd80 /meson.build
parent41d28328dc678ace61cec834dca299ae0001777f (diff)
downloadgnome-bluetooth-261b15fc1c152100aa953d55536bcde12b6fce72.tar.gz
build: Fix meson deprecation warnings
NOTICE: Future-deprecated features used: * 0.55.0: {'ExternalProgram.path'} * 0.56.0: {'meson.source_root', 'meson.build_root'}
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9a3bec6f..a557990f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '42.alpha.2',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.53.0',
+ meson_version: '>= 0.58.0',
)
gnomebt_version = meson.project_version()
@@ -151,7 +151,7 @@ summary({'Documentation': enable_gtk_doc,
section: 'General')
meson.add_dist_script(
- find_program('check-news.sh').path(),
+ find_program('check-news.sh').full_path(),
'@0@'.format(meson.project_version()),
'NEWS',
)