summaryrefslogtreecommitdiff
path: root/android/mapboxgl-app.gyp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-11-25 23:17:34 +1100
committerLeith Bade <leith@mapbox.com>2014-11-28 00:15:05 +1100
commitb3a0a205dfb2c03f2b428473437db4d5cc12d67a (patch)
treef428b9e1786d96bcca06805404d849db4234dfd2 /android/mapboxgl-app.gyp
parent6d62aad0ed776fe3ea3403d72faa80dd95c38407 (diff)
downloadqtlocation-mapboxgl-b3a0a205dfb2c03f2b428473437db4d5cc12d67a.tar.gz
Fix jpeg android gyp
Diffstat (limited to 'android/mapboxgl-app.gyp')
-rw-r--r--android/mapboxgl-app.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/mapboxgl-app.gyp b/android/mapboxgl-app.gyp
index 1140dd5cb5..938546636c 100644
--- a/android/mapboxgl-app.gyp
+++ b/android/mapboxgl-app.gyp
@@ -20,6 +20,7 @@
'<@(openssl_static_libs)',
'<@(curl_static_libs)',
'<@(png_static_libs)',
+ '<@(jpeg_static_libs)',
'<@(sqlite3_static_libs)',
'<@(uv_static_libs)',
'<@(nu_static_libs)',
@@ -34,6 +35,7 @@
'-lstdc++',
'-latomic',
'<@(png_ldflags)',
+ '<@(jpeg_ldflags)',
'<@(sqlite3_ldflags)',
'<@(openssl_ldflags)',
'<@(curl_ldflags)',