[Basilisk] Bundle fonts on GTK platforms, not just Linux

This is a port of MoonchildProductions/Pale-Moon commit 4f7ad641ab
This commit is contained in:
Basilisk-Dev 2022-12-20 21:09:57 -05:00 committed by roytam1
commit 42c8c7ff15
2 changed files with 4 additions and 3 deletions

View file

@ -10,8 +10,9 @@ MOZ_AUSTRALIS=1
MC_BASILISK=1
MOZ_UPDATER=
if test "$OS_ARCH" = "WINNT" -o \
"$OS_ARCH" = "Linux"; then
if test "$MOZ_WIDGET_TOOLKIT" = "windows" -o \
"$MOZ_WIDGET_TOOLKIT" = "gtk2" -o \
"$MOZ_WIDGET_TOOLKIT" = "gtk3"; then
MOZ_BUNDLED_FONTS=1
fi

View file

@ -50,7 +50,7 @@
@RESPATH@/chrome/@AB_CD@@JAREXT@
@RESPATH@/chrome/@AB_CD@.manifest
@RESPATH@/dictionaries/*
#if defined(XP_WIN) || defined(XP_LINUX)
#if defined(XP_WIN) || defined(MOZ_WIDGET_GTK)
@RESPATH@/fonts/*
#endif
@RESPATH@/hyphenation/*