diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2016-03-05 20:09:34 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2016-03-08 04:43:24 +0000 |
commit | b325b4c286b56a63316063a3ac4648bf7b7efcbe (patch) | |
tree | 3084a96548350c38c0d910670c9c512c5ea6e30f /sc/Library_scfilt.mk | |
parent | a420a4346ec21ea561f1321767d6a5eed98df02b (diff) |
Update liborcus to 0.11.0.
Markus did half of this, and I simply carried the torch.
Change-Id: Icd3ee1e4b5bd562faee06dfd9dce52a4bed49a71
Reviewed-on: https://gerrit.libreoffice.org/22943
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 74f2ce5321d8..b76429027089 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -227,6 +227,7 @@ ifeq ($(ENABLE_ORCUS),TRUE) $(eval $(call gb_Library_use_externals,scfilt,\ orcus \ orcus-parser \ + boost_filesystem \ boost_system \ boost_iostreams \ zlib \ |