Bug 1482442 - Do not check for gamepad related headers in an artifact build. r=ted,firefox-build-system-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D3119

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2018-08-10 19:23:44 +00:00
Родитель 11b40b9572
Коммит e481e46c6f
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2706,9 +2706,6 @@ if test -n "$MOZ_ANGLE_RENDERER"; then
fi
fi # MOZ_ANGLE_RENDERER
fi # COMPILE_ENVIRONMENT
dnl ========================================================
dnl Gamepad support
dnl ========================================================
@ -2721,6 +2718,9 @@ if test "$OS_TARGET" = "Linux"; then
fi
fi
fi # COMPILE_ENVIRONMENT
dnl ========================================================
dnl = Breakpad crash reporting (on by default on supported platforms)
dnl ========================================================