From 87d9dd1d7acb74aa6ab3d6f67a6fe53ad2ece664 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Thu, 30 Sep 2021 17:46:39 -0500 Subject: No Issue - Always build with bundled fonts --- toolkit/content/license.html | 4 ---- toolkit/fonts/moz.build | 3 +-- toolkit/moz.build | 4 +--- 3 files changed, 2 insertions(+), 9 deletions(-) (limited to 'toolkit') diff --git a/toolkit/content/license.html b/toolkit/content/license.html index 65b4b1542..1e535f3da 100644 --- a/toolkit/content/license.html +++ b/toolkit/content/license.html @@ -88,9 +88,7 @@
  • Dagre-D3 License
  • #endif
  • dtoa License
  • -#if defined(XP_WIN) || defined(XP_LINUX)
  • Twemoji License
  • -#endif
  • Expat License
  • Firebug License
  • gfxFontList License
  • @@ -2824,7 +2822,6 @@ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
    -#if defined(XP_WIN) || defined(XP_LINUX)

    Twemoji License

    This license applies to the emoji art contained within the bundled @@ -2867,7 +2864,6 @@ publicity, privacy, or moral rights may limit how you use the material.


    -#endif

    Expat License

    diff --git a/toolkit/fonts/moz.build b/toolkit/fonts/moz.build index a2a37879d..129a7737c 100644 --- a/toolkit/fonts/moz.build +++ b/toolkit/fonts/moz.build @@ -3,5 +3,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if CONFIG['OS_ARCH'] in ('WINNT', 'Linux'): - FINAL_TARGET_FILES.fonts += ['TwemojiMozilla.ttf'] +FINAL_TARGET_FILES.fonts += ['TwemojiMozilla.ttf'] diff --git a/toolkit/moz.build b/toolkit/moz.build index 9bf579bb2..3d0083540 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -6,6 +6,7 @@ DIRS += [ 'components', 'content', + 'fonts', 'forgetaboutsite', 'locales', 'modules', @@ -17,9 +18,6 @@ DIRS += [ 'themes', ] -if CONFIG['MOZ_BUNDLED_FONTS']: - DIRS += ['fonts'] - if CONFIG['MOZ_JETPACK']: DIRS += ['jetpack'] -- cgit v1.2.3