From 01546c005eaf6bce8fe4066dbec92c5655190a2a Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 6 Apr 2020 13:05:06 +0200 Subject: do not build OpenGL support in Skia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config_host/config_skia.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config_host') 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 -- cgit