diff --git a/patch/patch.cfg b/patch/patch.cfg index 40e15bb13..81c28979a 100644 --- a/patch/patch.cfg +++ b/patch/patch.cfg @@ -311,4 +311,9 @@ patches = [ # https://bitbucket.org/chromiumembedded/cef/issues/2220 'name': 'sandbox_2220', }, + { + # Linux: Fix build errors related to dependency versions. + # https://chromium-review.googlesource.com/c/590271/ + 'name': 'linux_build', + }, ] diff --git a/patch/patches/linux_build.patch b/patch/patches/linux_build.patch new file mode 100644 index 000000000..e706a622c Binary files /dev/null and b/patch/patches/linux_build.patch differ