meson: fix future deprecation warning

This commit is contained in:
Tristan Partin
2023-07-28 14:05:36 -05:00
parent 602a4d7fa7
commit 4927e75b0b

View File

@ -1,7 +1,7 @@
# If this is a development build, which is used for our Flatpak build # 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 # so that we have a different app-id (.Devel suffix) than the regular
# application. # application.
option('development', type: 'boolean', value: 'false') option('development', type: 'boolean', value: false)
# Optionally disable the GTK application in case you're building the # Optionally disable the GTK application in case you're building the
# sysprof-cli only for your platform. Might be useful in IoT or various # sysprof-cli only for your platform. Might be useful in IoT or various