diff --git a/packages/addons/addon-depends/chrome-depends/gtk3/patches/disable-to-pixdata-build.patch b/packages/addons/addon-depends/chrome-depends/gtk3/patches/disable-to-pixdata-build.patch
new file mode 100644
index 0000000000..c42f8a854c
--- /dev/null
+++ b/packages/addons/addon-depends/chrome-depends/gtk3/patches/disable-to-pixdata-build.patch
@@ -0,0 +1,26 @@
+--- a/gtk/gen-gtk-gresources-xml.py 2021-02-24 19:13:19.000000000 +0000
++++ b/gtk/gen-gtk-gresources-xml.py 2021-04-03 23:52:35.000000000 +0000
+@@ -23,11 +23,6 @@
+ theme/Adwaita/gtk-contained-dark.css
+ '''
+
+-for f in get_files('theme/Adwaita/assets', '.png'):
+- xml += ' theme/Adwaita/assets/{0}\n'.format(f)
+-
+-xml += '\n'
+-
+ for f in get_files('theme/Adwaita/assets', '.svg'):
+ xml += ' theme/Adwaita/assets/{0}\n'.format(f)
+
+@@ -38,11 +33,6 @@
+ theme/HighContrast/gtk-contained-inverse.css
+ '''
+
+-for f in get_files('theme/HighContrast/assets', '.png'):
+- xml += ' theme/HighContrast/assets/{0}\n'.format(f)
+-
+-xml += '\n'
+-
+ for f in get_files('theme/HighContrast/assets', '.svg'):
+ xml += ' theme/HighContrast/assets/{0}\n'.format(f)
+