aboutsummaryrefslogtreecommitdiff
path: root/extra/firefox/patches/firefox-72-no-accessibility.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/firefox/patches/firefox-72-no-accessibility.patch')
-rw-r--r--extra/firefox/patches/firefox-72-no-accessibility.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/firefox/patches/firefox-72-no-accessibility.patch b/extra/firefox/patches/firefox-72-no-accessibility.patch
new file mode 100644
index 00000000..16f7b6f1
--- /dev/null
+++ b/extra/firefox/patches/firefox-72-no-accessibility.patch
@@ -0,0 +1,13 @@
+diff --git a/accessible/ipc/extension/other/moz.build b/accessible/ipc/extension/other/moz.build
+index 635bb24fff..983dc974d7 100644
+--- a/accessible/ipc/extension/other/moz.build
++++ b/accessible/ipc/extension/other/moz.build
+@@ -9,7 +9,7 @@
+
+ IPDL_SOURCES += ['PDocAccessiblePlatformExt.ipdl']
+
+-if CONFIG['ACCESSIBILITY']:
++if 1:
+ EXPORTS.mozilla.a11y += [
+ 'DocAccessiblePlatformExtChild.h',
+ 'DocAccessiblePlatformExtParent.h',