summaryrefslogtreecommitdiff
path: root/gyp/core.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-13 12:05:51 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-03-13 12:06:11 +0100
commit5e40f72b7cd5fd937ba8b628678cd5122298e8e5 (patch)
treeb30acdb825a4c633dd81313eeae429664233a660 /gyp/core.gypi
parent5225a2ce5b7cd4fb6b08d1746c83455d64ef2c94 (diff)
downloadqtlocation-mapboxgl-5e40f72b7cd5fd937ba8b628678cd5122298e8e5.tar.gz
scripts for running linux tests with docker
Diffstat (limited to 'gyp/core.gypi')
-rw-r--r--gyp/core.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 9a3b07d0bb..246419371c 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -29,14 +29,17 @@
'variables': {
'cflags_cc': [
'<@(uv_cflags)',
+ '<@(opengl_cflags)',
'<@(boost_cflags)',
],
'cflags': [
'<@(uv_cflags)',
+ '<@(opengl_cflags)',
'-fPIC'
],
'ldflags': [
'<@(uv_ldflags)',
+ '<@(opengl_ldflags)',
],
'libraries': [
'<@(uv_static_libs)',