diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-12 16:24:03 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:05 +0100 |
commit | 478f290e45c9cbf49576889088ea4dd71972d64b (patch) | |
tree | ded03f7b1915015956f85581da68d83d05de8520 /config_host | |
parent | 3a6f270edfffb97763927b2732feacedbdac1e80 (diff) |
initial build of the Skia library
Not quite complete yet, missing e.g. Vulkan sources, and the setup
is not completely correct either.
Change-Id: I2283bf12f0d226ff8a34554deae5a7bd69045971
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 90536560c0b4..85196574021b 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -112,6 +112,11 @@ #define HAVE_FEATURE_OPENGL 0 /* + * Whether Skia is enabled + */ +#define HAVE_FEATURE_SKIA 0 + +/* * Whether User Interface is available */ #define HAVE_FEATURE_UI 1 |