-
- Downloads
Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling...
Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium We don't check for pkg-config on some platforms (Windows, OSX, Android). On those platforms, calling 'pkg_check_modules' will not work. Adding the same 'when' used for the 'pkg_config' check to all the options that end up calling 'pkg_check_modules' effectively disables them, and prevents 'pkg_check_modules' from being called. Differential Revision: https://phabricator.services.mozilla.com/D150649
Showing
- build/moz.configure/nspr.configure 13 additions, 4 deletionsbuild/moz.configure/nspr.configure
- build/moz.configure/nss.configure 5 additions, 1 deletionbuild/moz.configure/nss.configure
- build/moz.configure/pkg.configure 17 additions, 8 deletionsbuild/moz.configure/pkg.configure
- build/moz.configure/toolchain.configure 5 additions, 1 deletionbuild/moz.configure/toolchain.configure
- js/ffi.configure 4 additions, 2 deletionsjs/ffi.configure
- js/moz.configure 12 additions, 2 deletionsjs/moz.configure
- moz.configure 11 additions, 3 deletionsmoz.configure
- python/mozbuild/mozbuild/test/configure/test_checks_configure.py 6 additions, 8 deletions...mozbuild/mozbuild/test/configure/test_checks_configure.py
- toolkit/moz.configure 67 additions, 17 deletionstoolkit/moz.configure
Loading
Please register or sign in to comment