Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER (backend) and make both optional

This commit is contained in:
NTD 2018-02-17 14:09:31 -05:00 • committed by Roy Tam
commit 16ee2a0626
8 changed files with 50 additions and 17 deletions

View file

@ -169,6 +169,9 @@ def old_configure_options(*options):
'--enable-crashreporter',
'--enable-dbus',
'--enable-debug-js-modules',
'--enable-jetpack',
'--enable-devtools-server',
'--enable-devtools',
'--enable-directshow',
'--enable-dtrace',
'--enable-dump-painting',