DescriptionDo not directly link to EGL/GLESv2 for arm x11 chromeos
Chrome will already link to EGL/GLES if/when it needs to.
We need not explicitly set these libraries via link settings.
This works around the fact that the chromeos arm-generic board does not
currently use EGL/GLES. It uses GLX and OpenGL as provided by mesa's
xlib-glx. In order to satisfy these hard coded -lEGL -lGLES linker
settings, arm-generic was forced to build a dummy EGL/GLES implementation.
Without these link settings, we can remove the dummy opengles.
BUG=chromium:330163
TEST=build chrome on arm-generic and peach_pi using
simple chrome
TEST=emerge chromeos-chrome on arm-generic and peach_pi
in cros chroot
TEST=For peach_pi: build video_encode_accelerator_unittest,
scp to device and run
TEST=For peach_pi: build video_decode_accelerator_unittest,
scp to device and run
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278598
Patch Set 1 #
Messages
Total messages: 13 (0 generated)
|