
Simon McVittie
authored
Now that GIO_MODULE_DIR has been backported into scout's GLib, we can
disable GIO modules completely, instead of loading them but then not
using them. This avoids some misleading warnings (steam-runtime-tools#32).
This will not be completely effective on non-Debian systems until we
also patch scout's GLib to make GIO_MODULE_DIR take precedence over
the hard-coded legacy search path /usr/lib/gio/modules.
The unit test for this is still in tests/pressure-vessel/utils.c
for now.
Signed-off-by:
Simon McVittie <smcv@collabora.com>