summaryrefslogtreecommitdiff
path: root/config_host
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 /config_host
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 'config_host')
-rw-r--r--config_host/config_skia.h.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index 1e003179291b..367920665704 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -33,8 +33,7 @@ are the same.
// GPU support (set by configure).
#undef SK_SUPPORT_GPU
// Vulkan support enabled (set by configure).
-// temporary override
-#define SK_VULKAN 1
+#undef SK_VULKAN
// Metal support enabled (set by configure).
#undef SK_METAL