Does not build for me.
../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:26: error: no member named 'numeric_limits' in namespace 'std' if (x->version == std::numeric_limits<uint32_t>::max()) { ~~~~~^ ../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:41: error: unexpected type name 'uint32_t': expected expression if (x->version == std::numeric_limits<uint32_t>::max()) { ^ ../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:52: error: no member named 'max' in the global namespace if (x->version == std::numeric_limits<uint32_t>::max()) { ~~^ 3 errors generated. [2721/42997] ACTION //chrome/browser/...ild/toolchain/linux/unbundle:default) ninja: build stopped: subcommand failed.
Pinned Comments
liewkj commented on 2020-08-28 06:04
For NVIDIA or X.Org session, use
--use-gl=desktop
. For Intel/AMD and Wayland session, use--use-gl=egl
.Wayland session with EGL backend requires patched mesa that supports
ANGLE_sync_control_rate
.liewkj commented on 2020-06-28 21:41
Precompiled
unsigned
binary package available at openSUSE Build Service repositories. Use at your own risk.https://download.opensuse.org/repositories/home:/kjliew/Arch/x86_64/
maximbaz commented on 2019-12-24 19:17
If you are having issues with NVidia, you need to build a patched
libva-vdpau-driver-chromium
, see here for details.