summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorartemp <artem@mapnik.org>2014-11-07 11:49:31 +0000
committerLeith Bade <leith@mapbox.com>2014-11-28 00:14:11 +1100
commitae2d4e740ee1f7f7dd674b4c6b1ccc697500a166 (patch)
treef1488f8459acd1ed20cf63f3136a2e14b32f6219 /gyp
parent90480ee58cbc5a9056f857c151b2b4f0cf350608 (diff)
downloadqtlocation-mapboxgl-ae2d4e740ee1f7f7dd674b4c6b1ccc697500a166.tar.gz
add image_reader abstraction layer to hanfle multiple image formats
(work-in-progress)
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-linux.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi
index 823ba91c35..a2bc51fc8e 100644
--- a/gyp/mbgl-linux.gypi
+++ b/gyp/mbgl-linux.gypi
@@ -19,6 +19,7 @@
],
'ldflags': [
'<@(png_ldflags)',
+ '<@(jpeg_ldflags)',
'<@(uv_ldflags)',
'<@(curl_ldflags)',
'<@(nu_ldflags)',