diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-12 17:46:11 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:05 +0100 |
commit | 1e9fae677579b59ddbc4cd69e201b95f51b8c742 (patch) | |
tree | 3bcbc86dae348397d10f0557bbceca88a0b86469 /RepositoryExternal.mk | |
parent | 534d89fed30983bcc48387facc3410f13e230683 (diff) |
initial empty Skia VCL implementation
This mostly duplicates OpenGL cases. Pretty much all implementation
methods are empty.
Change-Id: I333506f56dcc46c3e9405fe8194c172de17c54fd
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index ec7095f99798..b2a4ef548163 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -116,6 +116,7 @@ define gb_LinkTarget__use_skia $(call gb_LinkTarget_set_include,$(1),\ -I$(call gb_UnpackedTarball_get_dir,skia)/include/core \ -I$(call gb_UnpackedTarball_get_dir,skia)/include/config \ + -I$(call gb_UnpackedTarball_get_dir,skia) \ $$(INCLUDE) \ ) $(call gb_LinkTarget_use_libraries,$(1),skia) |