Index: Makefile
===================================================================
--- Makefile (revision 207)
+++ Makefile (revision 208)
@@ -15,6 +15,7 @@
patches += $(CURDIR)/patches/chromium-119.0.6026.1-host-pkg-config.patch
patches += $(CURDIR)/patches/chromium-119.0.6026.1-inc-drop-host-crash.patch
patches += $(CURDIR)/patches/chromium-119.0.6026.1-oauth2-default.patch
+patches += $(CURDIR)/patches/chromium-119.0.6026.1-gfx-linux-5.10.patch
patches += $(CURDIR)/patches/chromium-119.0.6026.1-target-aarch64.patch
patches += $(CURDIR)/patches/chromium-119.0.6026.1-target-arm.patch
patches += $(CURDIR)/patches/chromium-119.0.6026.1-target-x86_64.patch
@@ -38,6 +39,7 @@
( cd create-119.0.6026.1-host-pkg-config-patch ; ./create.patch.sh ) ; \
( cd create-119.0.6026.1-inc-drop-host-crash-patch ; ./create.patch.sh ) ; \
( cd create-119.0.6026.1-oauth2-default-patch ; ./create.patch.sh ) ; \
+ ( cd create-119.0.6026.1-gfx-linux-5.10-patch ; ./create.patch.sh ) ; \
( cd create-119.0.6026.1-target-aarch64-patch ; ./create.patch.sh ) ; \
( cd create-119.0.6026.1-target-arm-patch ; ./create.patch.sh ) ; \
( cd create-119.0.6026.1-target-x86_64-patch ; ./create.patch.sh ) ; \