aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libaccounts-glib/files/patch-meson.build
blob: e00663820aa33e10c6401f07bbaa7fec2758e755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- meson.build.orig	2020-04-14 20:19:50 UTC
+++ meson.build
@@ -36,5 +36,9 @@ root_dir = include_directories('.')
 subdir('libaccounts-glib')
 subdir('tools')
 subdir('data')
-subdir('docs')
-subdir('tests')
+if get_option('docs')
+   subdir('docs')
+endif
+if get_option('tests')
+   subdir('tests')
+endif