summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-29 18:18:07 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-29 18:18:07 +0100
commit4c76635e1f19c6d1919d4ea94f6b00f97b996665 (patch)
tree6e6ec6889be96e074686b27d371931385cc015b8 /meson_options.txt
parentd1f5129e8d77c6e28b193466ca074daa9f554dff (diff)
downloadgdk-pixbuf-4c76635e1f19c6d1919d4ea94f6b00f97b996665.tar.gz
meson: Add option for installing tests
Like the Autotools build allows us to decide whether the tests should be installed in a known location, we should have this option for the Meson build.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a5aa93be0..9f6b6505e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,3 +42,7 @@ option('native_windows_loaders',
description: 'Use Windows system components to handle BMP, EMF, GIF, ICO, JPEG, TIFF and WMF images, overriding jpeg and tiff. To build this into gdk-pixbuf, pass in windows" with the other loaders to build in or use "all" with the builtin_loaders option',
type: 'boolean',
value: false)
+option('installed_tests',
+ description: 'Install the test suite',
+ type: 'boolean',
+ value: true)