summaryrefslogtreecommitdiff
path: root/external/skia/UnpackedTarball_skia.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-04-06 13:05:06 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-04-06 18:55:06 +0200
commit01546c005eaf6bce8fe4066dbec92c5655190a2a (patch)
tree0e4a7a38ffa46d538e231334a4aea52f71683a3d /external/skia/UnpackedTarball_skia.mk
parent5d4cc08cf7ac7a79754133946568c92e0ff88017 (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 'external/skia/UnpackedTarball_skia.mk')
-rw-r--r--external/skia/UnpackedTarball_skia.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/skia/UnpackedTarball_skia.mk b/external/skia/UnpackedTarball_skia.mk
index 749a651adc28..99344871cb9d 100644
--- a/external/skia/UnpackedTarball_skia.mk
+++ b/external/skia/UnpackedTarball_skia.mk
@@ -31,6 +31,7 @@ skia_patches := \
windows-text-gamma.patch.0 \
windows-force-unicode-api.patch.0 \
operator-eq-bool.patch.0 \
+ fix-without-gl.patch.0 \
$(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))