Bug 1726391 - Only try to build DocAccessibleTypes.ipdlh if accessibility is enabled. r=eeejay

Differential Revision: https://phabricator.services.mozilla.com/D122974
This commit is contained in:
Ryan VanderMeulen 2021-08-18 16:17:48 +00:00
parent 9a4b0f2c7f
commit 8a7ca74965

View File

@ -33,9 +33,10 @@ else:
"/accessible/other",
]
IPDL_SOURCES += [
"DocAccessibleTypes.ipdlh",
]
if CONFIG["ACCESSIBILITY"]:
IPDL_SOURCES += [
"DocAccessibleTypes.ipdlh",
]
EXPORTS.mozilla.a11y += [
"IPCTypes.h",