diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-04-06 13:05:06 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-04-06 18:55:06 +0200 |
commit | 01546c005eaf6bce8fe4066dbec92c5655190a2a (patch) | |
tree | 0e4a7a38ffa46d538e231334a4aea52f71683a3d /config_host | |
parent | 5d4cc08cf7ac7a79754133946568c92e0ff88017 (diff) |
do not build OpenGL support in Skia
We currently do not use it. If somebody wants to add support for that,
you're welcome, but until then there's no point in building this.
Change-Id: Ia714a6babdac1824e6cca3438794a0945e175c14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91746
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 0c843c128756..2f39dbd13c29 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -29,15 +29,13 @@ are the same. #define SK_SUPPORT_GPU 1 -#define SK_GL 1 - #define SK_VULKAN 1 #define SK_CODEC_DECODES_PNG 1 #define SK_ENCODE_PNG 1 +// These are just to avoid warnings (some headers use them even with GL disabled). #define SK_ASSUME_GL 1 - #define SK_ASSUME_GL_ES 0 |