diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 09:22:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-06 10:27:26 -0400 |
commit | c3f7aa93c02a974e0dac2beb267ea74f3177cbbd (patch) | |
tree | 6c574822ce8ee386a553d6c16510c5b5b92672ff /meson_options.txt | |
parent | a2db0d636dc92d071ab4de374f2690c501c597e6 (diff) | |
download | pango-c3f7aa93c02a974e0dac2beb267ea74f3177cbbd.tar.gz |
Make installed tests optional
Closes: https://gitlab.gnome.org/GNOME/pango/issues/354
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 95d7edb8..d2f5f302 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,3 +6,7 @@ option('introspection', description: 'Build the GObject introspection data for Pango', type: 'boolean', value: true) +option('install-tests', + description : 'Install tests', + type: 'boolean', + value: 'false') |