Browse Source

Revert "disable thunderbird-rust by default"

This reverts commit 3033248e6b343437dddf79d722965139ef997568.
Bill Gianopoulos 2 months ago
parent
commit
712caa586e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      comm-central/patches/9999999-port1860654-suite-bustage.patch

+ 2 - 2
comm-central/patches/9999999-port1860654-suite-bustage.patch

@@ -66,8 +66,8 @@ diff --git a/suite/moz.configure b/suite/moz.configure
  imply_option("MOZ_PLACES", True)
  imply_option("MOZ_SERVICES_SYNC", False)
  
-+# Enable Rust overrides
-+option("--enable-thunderbird-rust", help="Enable Rust support within Thunderbird")
++# Thunderbird Rust code is now the default
++option("--disable-thunderbird-rust", help="Enable Rust support within Thunderbird")
 +
 +set_config("MOZ_THUNDERBIRD_RUST", True, when="--enable-thunderbird-rust")
 +set_define("MOZ_THUNDERBIRD_RUST", True, when="--enable-thunderbird-rust")