diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-11 11:38:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-11 11:38:30 +0000 |
commit | 72deea76ea544555493ca8da126514d5d0bf96c6 (patch) | |
tree | b861073a25af8e42fdfa597bcbb47ef0a2365213 /net-im/libaccounts-glib/files/patch-meson.build | |
parent | Update to 5.3.1 (diff) |
Update accounts-sso ports
- this fixes for example kio-gdrive
Notes
Notes:
svn path=/head/; revision=541960
Diffstat (limited to 'net-im/libaccounts-glib/files/patch-meson.build')
-rw-r--r-- | net-im/libaccounts-glib/files/patch-meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/libaccounts-glib/files/patch-meson.build b/net-im/libaccounts-glib/files/patch-meson.build new file mode 100644 index 000000000000..03bbc65ad1d8 --- /dev/null +++ b/net-im/libaccounts-glib/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2020-07-09 18:44:08 UTC ++++ meson.build +@@ -36,5 +36,7 @@ root_dir = include_directories('.') + subdir('libaccounts-glib') + subdir('tools') + subdir('data') +-subdir('docs') ++if get_option('docs') ++ subdir('docs') ++endif + subdir('tests') |