summaryrefslogtreecommitdiff
path: root/meson_options.txt
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 /meson_options.txt
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 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1a7b4ecf52..dd7e7d5892 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,9 @@
##############################################################################
# General Options
+option('devenv-config-dir', type : 'string',
+ description : 'config directory for running a devenv (defaults to a subdirectory of buildroot)')
+
option('doc', type : 'boolean', value : false,
description : 'build documentation with gtk-doc')