diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1a6e445..0dbe751 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -234,6 +234,9 @@ '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', '../chrome_frame/chrome_frame.gyp:npchrome_frame', + # Only build OSMesa on buildbots. It builds a software GL renderer + # that can be used where native GL is not available. + '../third_party/mesa/mesa.gyp:osmesa', ], }, { |