summaryrefslogtreecommitdiff
path: root/gyp/linux.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-08-03 17:04:31 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-08-04 14:08:58 +0200
commite6053aa5475e03568f39e4967dc49ef4aba3c5fe (patch)
tree0b8fa3e3f5159f28210ff2c0611d8900d9577006 /gyp/linux.gyp
parentb44fe1c7af889089a640097583add8cd90e9330a (diff)
downloadqtlocation-mapboxgl-e6053aa5475e03568f39e4967dc49ef4aba3c5fe.tar.gz
Make build system architecture agnostic to remove Android special case
Diffstat (limited to 'gyp/linux.gyp')
-rw-r--r--gyp/linux.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/gyp/linux.gyp b/gyp/linux.gyp
index 0f7126934f..6cc168ba8d 100644
--- a/gyp/linux.gyp
+++ b/gyp/linux.gyp
@@ -1,7 +1,10 @@
{
'includes': [
'../linux/mapboxgl-app.gypi',
- '../test/test.gypi',
- '../bin/render.gypi',
+ ],
+
+ 'conditions': [
+ ['test', { 'includes': [ '../test/test.gypi' ] } ],
+ ['render', { 'includes': [ '../bin/render.gypi' ] } ],
],
}