blob: 01ee3a6589a89326f4c3c06e5f74dbc58b7167c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: meson.build
--- a/meson.build
+++ b/meson.build
@@ -398,7 +398,9 @@ endif
subdir('po')
if not meson.is_cross_build()
- subdir('tests')
+ if get_option('installed_tests')
+ subdir('tests')
+ endif
subdir('thumbnailer')
endif
|