From f42d39dc6eca3154cf0de9252ac70b465022410e Mon Sep 17 00:00:00 2001 From: artemp Date: Fri, 7 Nov 2014 11:49:31 +0000 Subject: add image_reader abstraction layer to hanfle multiple image formats (work-in-progress) --- linux/mapboxgl-app.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux') diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index c4be409be3..c5aad61647 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -12,10 +12,15 @@ '../platform/default/settings_json.cpp', '../platform/default/glfw_view.cpp', '../platform/default/log_stderr.cpp', + '../platform/default/image_reader.cpp', + '../platform/default/png_reader.cpp', + '../platform/default/jpeg_reader.cpp', ], 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS':[ '<@(glfw3_cflags)', + '<@(png_cflags)', + '<@(jpeg_cflags)', ], }, 'cflags_cc': [ -- cgit v1.2.1