summaryrefslogtreecommitdiff
path: root/libpurple/data
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-12 21:30:53 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-12 21:30:53 -0500
commit0facbb387b3d63b8c09c1bedd96219d3d9a9ca7c (patch)
tree5fbf92b900ce79cb3288698a9e50641eb7de0fde /libpurple/data
parent7a3849e5c5c0bc013476f7c70f5c778e67578ff6 (diff)
downloadpidgin-0facbb387b3d63b8c09c1bedd96219d3d9a9ca7c.tar.gz
Make sure the unittests can find our compiled gsettings schemas
Testing Done: Ran the unit tests and verified the ones failing about schemas were now passing. Reviewed at https://reviews.imfreedom.org/r/1751/
Diffstat (limited to 'libpurple/data')
-rw-r--r--libpurple/data/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/data/meson.build b/libpurple/data/meson.build
index a8e19a3b1c..648f6c1415 100644
--- a/libpurple/data/meson.build
+++ b/libpurple/data/meson.build
@@ -22,3 +22,4 @@ gnome.post_install(glib_compile_schemas: true)
# Compile the schemas in the current directory; this is only useful for testing
gnome.compile_schemas(depend_files: files(settings_schemas))
+testenv.prepend('GSETTINGS_SCHEMA_DIR', meson.current_build_dir())