mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[Basilisk] Bundle fonts on GTK platforms, not just Linux
This is a port of MoonchildProductions/Pale-Moon commit 4f7ad641ab
This commit is contained in:
parent
b7aac7342e
commit
42c8c7ff15
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue