summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-06-23 12:19:38 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-08-12 09:36:57 -0400
commit28114e7b34e90d1272880b7381079b3fc54c4a13 (patch)
treeb0e7855d88d170ec41b17dd0b780c322a778ab15 /meson_options.txt
parent3ee6d3e358d7deb78cd6dca5c5196f018bed34bc (diff)
downloadglib-networking-28114e7b34e90d1272880b7381079b3fc54c4a13.tar.gz
Meson: Bump version requirement to 0.60.0
Fix all deprecation warnings this causes.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9d5053e..c566ccd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,5 +10,8 @@ option('environment_proxy', type: 'feature', value: 'auto', description: 'suppor
option('libproxy', type: 'feature', value: 'auto', description: 'support for libproxy proxy configration')
option('gnome_proxy', type: 'feature', value: 'auto', description: 'support for GNOME desktop proxy configuration')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
-option('static_modules', type: 'boolean', value: false, description: 'build static modules')
option('debug_logs', type: 'boolean', value: false, description: 'enable debug log messages (slow)')
+
+# Deprecated, use -Ddefault_library=static instead.
+option('static_modules', type: 'boolean', value: false, description: 'build static modules',
+ deprecated: true)