From 7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 24 Feb 2018 09:49:34 -0500 Subject: Developer Tools client should be a disable bool in ac configure --- browser/confvars.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'browser') diff --git a/browser/confvars.sh b/browser/confvars.sh index 0cccede38..288b842a6 100755 --- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -56,14 +56,8 @@ MOZ_JSDOWNLOADS=1 MOZ_RUST_MP4PARSE=1 MOZ_RUST_URLPARSE=1 MOZ_WEBEXTENSIONS=1 +MOZ_DEVTOOLS=1 # Disable checking that add-ons are signed by the trusted root MOZ_ADDON_SIGNING=0 MOZ_REQUIRE_SIGNING=0 - -# Include the DevTools client, not just the server (which is the default) -if test -n "$BASILISK_DISABLE_DEVTOOLS" ; then -MOZ_DEVTOOLS= -else -MOZ_DEVTOOLS=1 -fi -- cgit v1.2.3