Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index ab366bd35113e4e6eb2765896ba0351198d9d9ad..0a3c53e38a20a70228d94be20eed0b004257fe73 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -732,6 +732,9 @@ |
'google_default_client_id%': '<(google_default_client_id)', |
'google_default_client_secret%': '<(google_default_client_secret)', |
+ # Use system mesa instead of bundled one. |
+ 'use_system_mesa%': 0, |
+ |
# Use system nspr instead of the bundled one. |
'use_system_nspr%': 0, |