Commit 363ce723 authored by Zeno Albisser's avatar Zeno Albisser
Browse files

Update build configuration for eLinux after update to Chromium 37.


The build configuration requires the following changes:
- toolkit_views=1: for native_theme_aura, as otherwise
  nine_image_painter_factory.cc would be excluded.
- use_system_harfbuzz=0: we do not want to rely on this
  being provided on the system, therefore being explicit.
- want_separate_host_toolset=1: assures that icuuc gyp
  target will be available.

The file gl_surface_ozone.cc must be added to the exclusion
list to avoid duplicate symbols with gl_surface_at.cpp.

The defines EGL_API_FB and LINUX must be set to 1,
to explicitly define that we are using EGL and are building
for a linux target.

Change-Id: If6722ecbfd0655fe7852d52a606f27c18304f717
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
parent 819a0905
Showing with 7 additions and 2 deletions
Supports Markdown
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