--- ./work/qtwebengine/src/3rdparty/chromium/ui/gl/BUILD.gn.orig 2019-01-31 08:31:07.980316983 +0000 +++ ./work/qtwebengine/src/3rdparty/chromium/ui/gl/BUILD.gn 2019-01-31 08:31:34.268246778 +0000 @@ -36,6 +36,8 @@ if (use_egl) { defines += [ "USE_EGL" ] } + include_dirs = [ conda_prefix+"/include" ] + lib_dirs = [ conda_prefix+"/lib" ] } component("gl") {