summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTom Schoonjans <Tom.Schoonjans@diamond.ac.uk>2018-03-15 13:30:20 +0000
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-03-15 10:32:39 -0500
commitbb6f8fc39d019e975b0f9ef272b99f8ffee464ce (patch)
treeead4f22e74dc015012a6996f4f3dd2f486b86fe3 /meson_options.txt
parentfb409099981d832fd803b4e255dfa7b5bfb2ecdb (diff)
downloadglib-networking-bb6f8fc39d019e975b0f9ef272b99f8ffee464ce.tar.gz
meson: improve GIO modules directory handling
An option was added to allow the user to install the GIO modules in a directory different than the one obtained from the gio pkg-config file. This patch is inspired by a recent commit in glib-openssl. https://bugzilla.gnome.org/show_bug.cgi?id=794358
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 1e04d19..3784c38 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('gnome_proxy_support', type: 'boolean', value: true, description: 'suppor
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')
+option('gio_module_dir', type: 'string', value: '', description: 'custom directory for GIO modules')