summaryrefslogtreecommitdiffstats
path: root/skia/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'skia/SConscript')
-rw-r--r--skia/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/SConscript b/skia/SConscript
index 97ea1be..0178f38 100644
--- a/skia/SConscript
+++ b/skia/SConscript
@@ -155,6 +155,10 @@ input_files = [
]
if env['PLATFORM'] == 'posix':
+ input_files.append('ext/bitmap_platform_device_linux.cc')
+ input_files.append('ext/platform_canvas_linux.cc')
+ input_files.append('ext/platform_device_linux.cc')
+
# On Linux we use Skia to render fonts with FreeType and fontconfig
input_files.remove('sgl/SkTypeface_fake.cpp')
input_files.remove('ports/SkFontHost_none.cpp')