diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-09-27 18:02:01 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:21 +0700 |
commit | d46f92610c4f38d47299fb91ba41484360248e4e (patch) | |
tree | 77dcddb9ba37dbd1348eaba5769fb99735a30a48 /office/LibreOffice | |
parent | fe23da443554fbfd58f027fd0cc37bef1e355f2c (diff) |
office/LibreOffice: Use system libtiff
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 68529a0eaa30..753229ba9cb8 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -237,6 +237,7 @@ extnlpsolver="--enable-ext-nlpsolver"; [ "${EXTNLPSOLVER:-yes}" != "yes" ] & --with-system-libodfgen \ --with-system-libpng \ --with-system-librevenge \ + --with-system-libtiff \ --with-system-libvisio \ --with-system-libwpd \ --with-system-libwpg \ |