diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-02-11 19:35:11 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-11 19:35:39 -0800 |
commit | 8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b (patch) | |
tree | 8b41684207913dd12119ffabd70970aa56da31a5 /binding.gyp | |
parent | eb5314d20975437b10f6a1df91893165df9de41e (diff) | |
download | qtlocation-mapboxgl-8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b.tar.gz |
adapt to static-render branch changes [skip ci]
still missing updated tests
Diffstat (limited to 'binding.gyp')
-rw-r--r-- | binding.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binding.gyp b/binding.gyp index fb18393908..dc030205b3 100644 --- a/binding.gyp +++ b/binding.gyp @@ -11,12 +11,12 @@ 'sources': [ 'src/mbgl.cpp', + 'src/compress_png.hpp', + 'src/compress_png.cpp', 'src/node_file_source.hpp', 'src/node_file_source.cpp', 'src/node_map.hpp', 'src/node_map.cpp', - 'src/node_map_render_worker.hpp', - 'src/node_map_render_worker.cpp', 'src/node_request.hpp', 'src/node_request.cpp', ], |