diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-03-17 20:45:04 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-03-18 11:33:26 +0100 |
commit | 1e609d1c5afb0188dd8c2b211fb405627303bef4 (patch) | |
tree | 6e6d794fb6cc66d804dfcfc505c5c74258a44a8d /config_host | |
parent | 086bfde59232076644995ae862cd43865419ad98 (diff) |
update Skia to chrome/m82
Also don't build pdf and jpeg support, it's not needed.
Change-Id: I5f10b1279072dbaba7695aecba5e415853ae308b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90666
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_skia.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index e31d23ad443e..328c43f56bf1 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -33,9 +33,8 @@ are the same. #define SK_VULKAN 1 -#define SK_HAS_JPEG_LIBRARY 1 - -#define SK_HAS_PNG_LIBRARY 1 +#define SK_CODEC_DECODES_PNG 1 +#define SK_ENCODE_PNG 1 #define SK_GAMMA_APPLY_TO_A8 |