mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
14 lines
453 B
Diff
14 lines
453 B
Diff
|
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',
|