mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824927 - Accessibility check missing in b2g configure. r=ted
This commit is contained in:
parent
4ef9923a60
commit
a8156bb215
@ -5234,6 +5234,14 @@ if test "$ACCESSIBILITY"; then
|
||||
AC_DEFINE(ACCESSIBILITY)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl Accessibility is required for the linuxgl widget
|
||||
dnl backend
|
||||
dnl ========================================================
|
||||
if test "${MOZ_WIDGET_TOOLKIT}" = "linuxgl" -a "$ACCESSIBILITY" != "1"; then
|
||||
AC_MSG_ERROR(["Accessibility is required for the linuxgl widget backend"])
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl Disable printing
|
||||
dnl ========================================================
|
||||
|
Loading…
Reference in New Issue
Block a user