Basilisk requires devtools client for now so enable it by default but add a temporary exportable variable to bypass that

This commit is contained in:
NTD 2018-02-17 14:10:47 -05:00 committed by Roy Tam
commit 1d4ff12bb4

View file

@ -62,4 +62,8 @@ MOZ_ADDON_SIGNING=0
MOZ_REQUIRE_SIGNING=0
# Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all
if test -n "$BASILISK_DISABLE_DEVTOOLS" ; then
MOZ_DEVTOOLS=
else
MOZ_DEVTOOLS=1
fi