summaryrefslogtreecommitdiff
path: root/confvars.sh
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-12-07 19:10:30 -0500
committerGaming4JC <g4jc@hyperbola.info>2021-01-09 14:11:58 -0500
commitade5b63377b45743498608b0a0b5eed56235cac8 (patch)
tree09a1b5280a17358b6b6817a2182b9336a6664999 /confvars.sh
parent03c971ab052cd5c12a0464400844465435259196 (diff)
downloadiceweasel-uxp-ade5b63377b45743498608b0a0b5eed56235cac8.tar.gz
Backport UXP #1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR
Diffstat (limited to 'confvars.sh')
-rwxr-xr-xconfvars.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/confvars.sh b/confvars.sh
index 3e45e47..d3a38a8 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -52,6 +52,11 @@ MOZ_SERVICES_SYNC=1
MOZ_SERVICES_HEALTHREPORT=
MOZ_SAFE_BROWSING=
+if test "$OS_ARCH" = "WINNT" -o \
+ "$OS_ARCH" = "Darwin"; then
+ MOZ_CAN_DRAW_IN_TITLEBAR=1
+fi
+
# Disable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=
MOZ_REQUIRE_SIGNING=