summaryrefslogtreecommitdiff
path: root/finch
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-01 01:06:04 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2021-10-01 01:06:04 -0500
commit86840fede0ac78c401015a2932388f6dda619fac (patch)
treeb64ddb1eba7a6e192ff46f7ddbde4ec1bd547665 /finch
parent8abfc688ecf1f442df98fefa6f343406efcee578 (diff)
downloadpidgin-86840fede0ac78c401015a2932388f6dda619fac.tar.gz
Add a Meson devenv configuration.
This allows running `meson devenv` as defined at https://mesonbuild.com/Commands.html#devenv Testing Done: Ran `meson devenv -C build pidgin3` and `meson devenv -C build finch3` on a system without either installed (even from this build). Note stock icons don't seem to work with `XDG_DATA_DIRS`, which is why the other review requests were needed. If anything still has stock icons, they'll be broken without an install. Reviewed at https://reviews.imfreedom.org/r/973/
Diffstat (limited to 'finch')
-rw-r--r--finch/plugins/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/finch/plugins/meson.build b/finch/plugins/meson.build
index 9a2e1f7a45..305c2c16e4 100644
--- a/finch/plugins/meson.build
+++ b/finch/plugins/meson.build
@@ -31,3 +31,4 @@ grouping = library('grouping', 'grouping.c',
name_prefix : '',
install : true, install_dir : FINCH_PLUGINDIR)
+devenv.append('FINCH_PLUGIN_PATH', meson.current_build_dir())