diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 15:31:57 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 15:31:57 -0400 |
commit | 76e746d255dbc7f5e2f366f3d1857adb2ea87aea (patch) | |
tree | 0a9f03e8665354abe67ef326dc68d7fb1fef5e91 /linux | |
parent | c11dc0fa333bb20b2c3706c4d2ff739f6c25cd36 (diff) | |
download | qtlocation-mapboxgl-76e746d255dbc7f5e2f366f3d1857adb2ea87aea.tar.gz |
linux app depends on mbgl-linux
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 098b2bee93..de7aa5b967 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -62,6 +62,7 @@ ], 'dependencies': [ '../mapboxgl.gyp:mbgl-standalone', + '../mapboxgl.gyp:mbgl-linux', '../mapboxgl.gyp:copy_styles', '../mapboxgl.gyp:copy_certificate_bundle', ], |