diff options
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') |