Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-im/libaccounts-glib/files/patch-meson.build
18161 views
1
--- meson.build.orig 2020-04-14 20:19:50 UTC
2
+++ meson.build
3
@@ -36,5 +36,9 @@ root_dir = include_directories('.')
4
subdir('libaccounts-glib')
5
subdir('tools')
6
subdir('data')
7
-subdir('docs')
8
-subdir('tests')
9
+if get_option('docs')
10
+ subdir('docs')
11
+endif
12
+if get_option('tests')
13
+ subdir('tests')
14
+endif
15
16