summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-01-17 16:49:45 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-01-19 15:41:47 +0200
commitd004bb275ae3ea60bb6c2febd6fa22f1f51c3993 (patch)
tree3ca96d94e17985e6bdb225f37680359f5f629f7d /gyp
parent0aa89f6eb1717c8b7001ba9e94730e10c4e9dd9d (diff)
downloadqtlocation-mapboxgl-d004bb275ae3ea60bb6c2febd6fa22f1f51c3993.tar.gz
[linux] Added WebP build deps
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-linux.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/platform-linux.gypi b/gyp/platform-linux.gypi
index 22dc452f33..79cd780746 100644
--- a/gyp/platform-linux.gypi
+++ b/gyp/platform-linux.gypi
@@ -35,6 +35,7 @@
'<@(nunicode_cflags)',
'<@(boost_cflags)',
'<@(sqlite_cflags)',
+ '<@(webp_cflags)',
],
'ldflags': [
'<@(libpng_ldflags)',
@@ -43,6 +44,7 @@
'<@(nunicode_ldflags)',
'<@(sqlite_ldflags)',
'<@(zlib_ldflags)',
+ '<@(webp_ldflags)',
],
'libraries': [
'<@(libpng_static_libs)',
@@ -51,6 +53,7 @@
'<@(nunicode_static_libs)',
'<@(sqlite_static_libs)',
'<@(zlib_static_libs)',
+ '<@(webp_static_libs)',
],
},