Descriptiondepend on fontconfig for linux rather than x11
https://codereview.chromium.org/99103006 moved WebFontInfo.cpp from
core to platform. In core fontconfig is enabled if OS=="linux",
but in platform it is enabled if use_x11==1. In most setups this
works because the headers are in the same base directory, but if
that's not the case the build will fail.
To fix this, I think platform should just depend on fontconfig if
OS=="linux".
BUG=303332
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164428
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|