diff options
author | artemp <artem@mapnik.org> | 2014-11-07 11:49:31 +0000 |
---|---|---|
committer | artemp <artem@mapnik.org> | 2014-11-07 11:49:31 +0000 |
commit | f42d39dc6eca3154cf0de9252ac70b465022410e (patch) | |
tree | a62b9a6c01de7c5206be34d6d99cd2d156cc3a6d /linux | |
parent | 13686cc18252f20aec3409d9982235f78a170feb (diff) | |
download | qtlocation-mapboxgl-f42d39dc6eca3154cf0de9252ac70b465022410e.tar.gz |
add image_reader abstraction layer to hanfle multiple image formats
(work-in-progress)
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
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': [ |