diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-27 10:05:05 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-27 10:12:30 -0400 |
commit | 84700fce9095ef9a7d30a580a552f2393f8acc8a (patch) | |
tree | 06705d7b56942e0cba3e5d621d97aa08a170b265 /linux | |
parent | 0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (diff) | |
download | qtlocation-mapboxgl-84700fce9095ef9a7d30a580a552f2393f8acc8a.tar.gz |
allow installing the library
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index e4dacd9af3..ee38b4b266 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -44,8 +44,8 @@ }], ], 'dependencies': [ - '../mapboxgl.gyp:mapboxgl', - '../mapboxgl.gyp:mapboxgl-linux', + '../mapboxgl.gyp:mbgl', + '../mapboxgl.gyp:mbgl-linux', '../mapboxgl.gyp:copy_styles', '../mapboxgl.gyp:copy_certificate_bundle', ], |