Commits

Adrián Pérez de Castro committed 075494dd3f5
webkitgtk: Add patches which allow building for ARMv8-A The two added patches allow building WebKitGTK+ when the compiler scpecifically targets ARMv8-A, and reports as such be pre-defining __ARCH_ARM_8A__ instead of just __ARCH_ARM_8__. Both patches were pulled from the corresponding upstream bug reports and edited to remove the conflicting parts which edit the ChangeLog files. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> (cherry picked from commit 3e4efb30f3bf96cad33e2f8982d469803dded145) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>