Browse Source

port bug 1802233

Bill Gianopoulos 1 year ago
parent
commit
693497006a

+ 28 - 0
mozilla-central/patches/9999999-port1802233-suite-109a1.patch

@@ -0,0 +1,28 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1669374244 0
+Bug 9999999 - Port bug 1802233 to suite.
+Bug 1802379 - Update target_is_linux with target_has_linux_kernel in config files.
+
+diff --git a/suite/moz.configure b/suite/moz.configure
+--- a/suite/moz.configure
++++ b/suite/moz.configure
+@@ -6,17 +6,17 @@
+ 
+ set_config("MOZ_SUITE", True)
+ set_define("MOZ_SUITE", True)
+ 
+ imply_option("MOZ_APP_BASENAME", "SeaMonkey")
+ 
+ imply_option('--enable-default-browser-agent', False)
+ 
+-@depends(target_is_windows, target_is_linux)
++@depends(target_is_windows, target_has_linux_kernel)
+ def bundled_fonts(is_windows, is_linux):
+     if is_windows or is_linux:
+         return True
+ 
+ 
+ set_config("MOZ_BUNDLED_FONTS", bundled_fonts)
+ add_old_configure_assignment("MOZ_BUNDLED_FONTS", bundled_fonts)
+ 

+ 1 - 0
mozilla-central/patches/series

@@ -1,3 +1,4 @@
+9999999-port1802233-suite-109a1.patch
 1624546-vs2019-runtime-mc.patch
 9999999-with-vs2019.patch
 9999999-NSSgetentropy.patch