summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2017-12-02 16:13:06 -0500
committerXavier Claessens <xavier.claessens@collabora.com>2018-01-04 14:08:15 -0500
commita3e65ab8a9020749002ca2301a3d2c18e4c8e94a (patch)
tree980e5588668bede808b0e5391f33d8089f78c28b /meson_options.txt
parent293b10ce2834559f7fe08586b336d8c6672bab96 (diff)
downloadglib-networking-a3e65ab8a9020749002ca2301a3d2c18e4c8e94a.tar.gz
Add 'static-modules' option
When enabled both a shared module and static library are built for each module. https://bugzilla.gnome.org/show_bug.cgi?id=791100
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index df00c5e..462aed7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,4 @@ option('tls_support', type: 'boolean', value: true, description: 'support for TL
option('ca_certificates_path', type: 'string', value: '', description: 'path to system Certificate Authority list')
option('pkcs11_support', type: 'boolean', value: true, description: 'support for PKCS#11 using p11-kit')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
+option('static_modules', type: 'boolean', value: false, description: 'build static modules')