summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
commit293b291b80f6fc42b6551bbb50e702815ac7a4a3 (patch)
treee5f178542975cdc2762174de2c4c45f999a0f3d7 /gyp
parent1d82ae14a4d14a9ad42a4dabde63d3cba57ef02b (diff)
downloadqtlocation-mapboxgl-293b291b80f6fc42b6551bbb50e702815ac7a4a3.tar.gz
rename mbgl to mbgl-core
Diffstat (limited to 'gyp')
-rw-r--r--gyp/install.gypi4
-rw-r--r--gyp/mbgl-core.gypi (renamed from gyp/mbgl.gypi)5
2 files changed, 5 insertions, 4 deletions
diff --git a/gyp/install.gypi b/gyp/install.gypi
index 8b79a45180..58b8bd0727 100644
--- a/gyp/install.gypi
+++ b/gyp/install.gypi
@@ -6,12 +6,12 @@
'type': 'none',
'hard_dependency': 1,
'dependencies': [
- 'mbgl',
+ 'mbgl-core',
'mbgl-headless',
'mbgl-<(platform)',
],
'copies': [
- { 'files': [ '<(PRODUCT_DIR)/libmbgl.a' ], 'destination': '<(install_prefix)/lib' },
+ { 'files': [ '<(PRODUCT_DIR)/libmbgl-core.a' ], 'destination': '<(install_prefix)/lib' },
{ 'files': [ '<(PRODUCT_DIR)/libmbgl-headless.a' ], 'destination': '<(install_prefix)/lib' },
{ 'files': [ '<(PRODUCT_DIR)/libmbgl-<(platform).a' ], 'destination': '<(install_prefix)/lib' },
{ 'files': [ '../include/mbgl' ], 'destination': '<(install_prefix)/include' }
diff --git a/gyp/mbgl.gypi b/gyp/mbgl-core.gypi
index fd5c586c2f..a9c10f111a 100644
--- a/gyp/mbgl.gypi
+++ b/gyp/mbgl-core.gypi
@@ -1,8 +1,9 @@
{
'targets': [
- { 'target_name': 'mbgl',
- 'product_name': 'mbgl',
+ { 'target_name': 'mbgl-core',
+ 'product_name': 'mbgl-core',
'type': 'static_library',
+ 'standalone_static_library': 1,
'hard_dependency': 1,
'dependencies': [
'shaders',