summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-09 15:57:21 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-09 15:57:21 -0400
commit662562d9fe7197bb85c89e9d000d215a5f5117d1 (patch)
treee7f6731dbfc545ebe920e5484938d32482effa11 /linux
parent1915c39eeee26d0f39a6fd0a3df1ce3d4be070b9 (diff)
downloadqtlocation-mapboxgl-662562d9fe7197bb85c89e9d000d215a5f5117d1.tar.gz
use mapnik-packaging to build all dependencies
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp9
1 files changed, 5 insertions, 4 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 0fa77085e9..a6de3c2799 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -36,11 +36,12 @@
'SUPPORTED_PLATFORMS':'macosx',
'OTHER_CPLUSPLUSFLAGS':[
'<@(glfw3_cflags)'
+ '<@(curl_cflags)'
],
'OTHER_LDFLAGS': [
'-stdlib=libc++',
'<@(glfw3_libraries)',
- '-lcurl',
+ '<@(curl_libraries)',
],
'SDKROOT': 'macosx',
'INFOPLIST_FILE': '../macosx/Info.plist',
@@ -54,12 +55,12 @@
'link_settings': {
'libraries': [
'<@(glfw3_libraries)',
- '-lcurl'
+ '<@(curl_libraries)',
],
},
'cflags': [
- '<@(png_cflags)',
- '<@(glfw3_cflags)'
+ '<@(glfw3_cflags)',
+ '<@(curl_cflags)'
],
}]
],