Commit 0f43b623 authored by Kai Koehne's avatar Kai Koehne Committed by Jocelyn Turcotte
Browse files

<chromium> Make linking against ANGLE libraries optional


Change-Id: I004dc2a75f9ab27939f65cb784b56ca1ef86db28
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
parent 3ddd8411
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -40,7 +40,7 @@
],
},
}],
['qt_os=="win32"', {
['qt_os=="win32" and qt_gl=="angle"', {
'link_settings': {
'libraries': [
'-lsetupapi.lib',
......
......@@ -75,7 +75,7 @@
'<(angle_path)/src/build_angle.gyp:libGLESv2',
],
}],
['use_aura == 1 and qt_os=="win32"', {
['use_aura == 1 and qt_os=="win32" and qt_gl=="angle"', {
'libraries': [
'-l<(qt_egl_library)',
'-l<(qt_glesv2_library)',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment