summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-07 16:52:23 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-07 16:52:23 -0700
commit501af4a3807474d6de288939266b1f866889bf60 (patch)
tree6e709ac6b4223f3065dfa7b3c7328a90ce822d00 /linux
parentf51bd7fcf17c474f106a2c14c00d527d3f8601a4 (diff)
downloadqtlocation-mapboxgl-501af4a3807474d6de288939266b1f866889bf60.tar.gz
fix headless rendering on travis and actually execute the headless test
fixes #357
Diffstat (limited to 'linux')
-rw-r--r--linux/llmr-app.gyp29
1 files changed, 2 insertions, 27 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index c6ab686cbc..0a524c088b 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -51,34 +51,9 @@
],
'dependencies': [
'../llmr.gyp:llmr-x86',
- 'default_stylesheet',
- 'certificate_bundle',
+ '../llmr.gyp:copy_default_stylesheet',
+ '../llmr.gyp:copy_certificate_bundle',
],
},
- {
- 'target_name': 'default_stylesheet',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [
- '../llmr.gyp:build_stylesheet'
- ],
- 'copies': [
- {
- 'files': [ '<(SHARED_INTERMEDIATE_DIR)/bin/style.min.js' ],
- 'destination': '<(PRODUCT_DIR)'
- }
- ]
- },
- {
- 'target_name': 'certificate_bundle',
- 'type': 'none',
- 'hard_dependency': 1,
- 'copies': [
- {
- 'files': [ '../common/ca-bundle.crt' ],
- 'destination': '<(PRODUCT_DIR)'
- }
- ]
- }
],
}