summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/qtwebengine.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi
index 0975cf3d7..b3e645a9b 100644
--- a/src/core/qtwebengine.gypi
+++ b/src/core/qtwebengine.gypi
@@ -78,6 +78,11 @@
},
},
}],
+ ['qt_os=="win32" and qt_gl=="opengl"', {
+ 'include_dirs': [
+ '<(chromium_src_dir)/third_party/khronos',
+ ],
+ }],
['OS=="win"', {
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',