summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_osx.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-08-23 17:57:48 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-08-24 13:17:23 +0200
commitd4afd3aeb4ef2727986551816c1ff9ad0ed12d04 (patch)
tree40694dde66cac18d071acc647ea107aea5c61c9f /vcl/Library_vclplug_osx.mk
parentddcdc2077fab2b6d9c4def4e4615185411cbe80a (diff)
initial Metal support for Mac/Skia
This also required changing SkiaSalGraphicsImpl to have sk_app::WindowContext as an internal detail inaccessible to the base class, since the Mac implementations cannot use it as is. Change-Id: I2424f0b887c79ee91c3bd0f1477b0745f9540247 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120909 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/Library_vclplug_osx.mk')
-rw-r--r--vcl/Library_vclplug_osx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Library_vclplug_osx.mk b/vcl/Library_vclplug_osx.mk
index ddc3a3608f1b..e2a1a5161bdd 100644
--- a/vcl/Library_vclplug_osx.mk
+++ b/vcl/Library_vclplug_osx.mk
@@ -144,7 +144,6 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_osx,\
$(if $(filter SKIA,$(BUILD_TYPE)), \
vcl/skia/osx/bitmap \
vcl/skia/osx/gdiimpl \
- vcl/skia/osx/rastercontext \
) \
))