summaryrefslogtreecommitdiff
path: root/mbgl.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-29 18:28:34 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-03 17:25:49 -0700
commitc8391729c7af8edc142f0319ccffe2720cfb6c18 (patch)
tree7159629cb4f8c9b86ba39dd8c79b87e8f5cb432d /mbgl.gypi
parent01b3eac52f810b61dc2d5f0ea7a2bfa229daa01f (diff)
downloadqtlocation-mapboxgl-c8391729c7af8edc142f0319ccffe2720cfb6c18.tar.gz
[core] Use geometry.hpp feature type
Diffstat (limited to 'mbgl.gypi')
-rw-r--r--mbgl.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbgl.gypi b/mbgl.gypi
index 6619e0011f..e4d2474dfd 100644
--- a/mbgl.gypi
+++ b/mbgl.gypi
@@ -174,6 +174,7 @@
'<@(opengl_cflags)',
'<@(protozero_cflags)',
'<@(boost_cflags)',
+ '<@(geometry_cflags)',
'<@(geojsonvt_cflags)',
'<@(rapidjson_cflags)',
'<@(variant_cflags)',
@@ -288,10 +289,12 @@
'direct_dependent_settings': {
'cflags_cc': [
'<@(variant_cflags)',
+ '<@(geometry_cflags)',
],
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [
'<@(variant_cflags)',
+ '<@(geometry_cflags)',
],
},
},