DescriptionAdd a build arg to control whether to use a jessie sysroot.
We're working on a class of changes in the Linux desktop UI
that won't work on Precise; they need newer Linux versions
that basically amount to needing to link against the Debian
Jessie sysroot instead of the Debian Wheezy sysroot. Previously
we were working around this by checking whether we were building
with ozone + use_kbdcommon, but that caused a dependency inversion
by making //build depend on //ui.
This changes adds a dedicated GN build arg, use_jessie_sysroot,
that we'll explicitly set instead, and that way we can avoid
the dependency inversion.
R=thomasanderson@chromium.org, tonikitoo@igalia.com
BUG=564904
Review-Url: https://codereview.chromium.org/2687203002
Cr-Commit-Position: refs/heads/master@{#449505}
Committed: https://chromium.googlesource.com/chromium/src/+/657454d7091e2d6108703305a6ba1d4904df98a0
Patch Set 1 #
Messages
Total messages: 16 (7 generated)
|