From 4927e75b0b97ea1ac1efe752a149b26872110375 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Fri, 28 Jul 2023 14:05:36 -0500 Subject: [PATCH] meson: fix future deprecation warning --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d36570ad..970022f2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ # If this is a development build, which is used for our Flatpak build # so that we have a different app-id (.Devel suffix) than the regular # application. -option('development', type: 'boolean', value: 'false') +option('development', type: 'boolean', value: false) # Optionally disable the GTK application in case you're building the # sysprof-cli only for your platform. Might be useful in IoT or various