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.mk.in | |
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.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index e621a4e03845..be3ba171c703 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -182,6 +182,7 @@ export ENABLE_SCRIPTING_JAVASCRIPT=@ENABLE_SCRIPTING_JAVASCRIPT@ export ENABLE_SDREMOTE=@ENABLE_SDREMOTE@ export ENABLE_SDREMOTE_BLUETOOTH=@ENABLE_SDREMOTE_BLUETOOTH@ export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@ +export ENABLE_SKIA=@ENABLE_SKIA@ export ENABLE_SYMBOLS_FOR=@ENABLE_SYMBOLS_FOR@ export ENABLE_VALGRIND=@ENABLE_VALGRIND@ export ENABLE_VLC=@ENABLE_VLC@ |