# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/librewolf/hotfix-gkrust.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- librewolf-149.0.2-2/toolkit/library/rust/gkrust-features.mozbuild.vanilla 2026-04-15 19:36:30.833826591 -0400 +++ librewolf-149.0.2-2/toolkit/library/rust/gkrust-features.mozbuild 2026-04-15 19:37:00.761424679 -0400 @@ -88,7 +88,5 @@ if CONFIG["MOZ_JXL"]: gkrust_features += ["jxl_decoder"] -gkrust_features += ["glean_disable_upload"] - # This must remain last. gkrust_features = ["gkrust-shared/%s" % f for f in gkrust_features]