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 /Makefile.fetch | |
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 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index d8d63cbb9523..0f193fb926e0 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -212,6 +212,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,RHINO,RHINO_TARBALL) \ $(call fetch_Optional,RHINO,SWING_TARBALL) \ $(call fetch_Optional,SERF,SERF_TARBALL) \ + $(call fetch_Optional,SKIA,SKIA_TARBALL) \ $(call fetch_Optional,STAROFFICE,STAROFFICE_TARBALL) \ $(if $(filter WNT,$(OS)),TWAIN_DSM_TARBALL) \ $(call fetch_Optional,UCPP,UCPP_TARBALL) \ |