summaryrefslogtreecommitdiff
path: root/gyp/mbgl.gyp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 15:37:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-22 12:09:14 -0800
commitb60b6c47c0a13b98a0eee29e3b05eb4f9369012a (patch)
tree0f1a126a1210b20f1b64e349bb7883cb955cfdb8 /gyp/mbgl.gyp
parentab0efe5d00aaa7c468e9f398b1a098f0e89c4112 (diff)
downloadqtlocation-mapboxgl-b60b6c47c0a13b98a0eee29e3b05eb4f9369012a.tar.gz
[core] Merge SQLiteCache into the platform library
OfflineFileSource will depend on SQLite too.
Diffstat (limited to 'gyp/mbgl.gyp')
-rw-r--r--gyp/mbgl.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/mbgl.gyp b/gyp/mbgl.gyp
index c2c8d9c261..2a43afed8b 100644
--- a/gyp/mbgl.gyp
+++ b/gyp/mbgl.gyp
@@ -20,7 +20,6 @@
['http_lib == "android" and host == "android"', { 'includes': [ 'http-android.gypi' ] } ],
['asset_lib == "fs"', { 'includes': [ 'asset-fs.gypi' ] } ],
['asset_lib == "zip"', { 'includes': [ 'asset-zip.gypi' ] } ],
- ['cache_lib == "sqlite"', { 'includes': [ 'cache-sqlite.gypi' ] } ],
['install_prefix != ""', { 'includes': ['install.gypi' ] } ],
],