aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorCameron Cawley2018-12-09 13:10:39 +0000
committerEugene Sandulenko2018-12-25 12:47:42 +0100
commit7dbc61325826f18412953780acb6ab67838d1519 (patch)
tree5486998a5f766e6707c4e43da3771a0291774a93 /dists
parent364f78e99fcd7cabb71c5d9d7f431730297c8616 (diff)
downloadscummvm-rg350-7dbc61325826f18412953780acb6ab67838d1519.tar.gz
scummvm-rg350-7dbc61325826f18412953780acb6ab67838d1519.tar.bz2
scummvm-rg350-7dbc61325826f18412953780acb6ab67838d1519.zip
BUILD: Add fonts.dat to packaging rules
Diffstat (limited to 'dists')
-rw-r--r--dists/irix/scummvm.idb1
-rw-r--r--dists/scummvm.rc6
2 files changed, 4 insertions, 3 deletions
diff --git a/dists/irix/scummvm.idb b/dists/irix/scummvm.idb
index cfd9463107..691792b97d 100644
--- a/dists/irix/scummvm.idb
+++ b/dists/irix/scummvm.idb
@@ -6,6 +6,7 @@ f 0644 root sys usr/ScummVM/README README scummvm.man.readme
f 0755 root sys usr/ScummVM/scummvm scummvm scummvm.sw.eoe tag('0x5260dbec')
f 0644 root sys usr/ScummVM/share/pixmaps/scummvm.xpm scummvm.xpm scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/drascula.dat drascula.dat scummvm.sw.eoe
+f 0644 root sys usr/ScummVM/share/scummvm/fonts.dat fonts.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/kyra.dat kyra.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/lure.dat lure.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/pred.dic pred.dic scummvm.sw.eoe
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index fb45f42680..ea99e5f699 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -24,6 +24,9 @@ translations.dat FILE "gui/themes/translations.dat"
#ifdef USE_SDL_NET
wwwroot.zip FILE "dists/networking/wwwroot.zip"
#endif
+#ifdef USE_FREETYPE2
+fonts.dat FILE "dists/engine-data/fonts.dat"
+#endif
#if ENABLE_ACCESS == STATIC_PLUGIN
access.dat FILE "dists/engine-data/access.dat"
@@ -34,9 +37,6 @@ cryo.dat FILE "dists/engine-data/cryo.dat"
#if ENABLE_DRASCULA == STATIC_PLUGIN
drascula.dat FILE "dists/engine-data/drascula.dat"
#endif
-#if ENABLE_GLK == STATIC_PLUGIN
-fonts.dat FILE "dists/engine-data/fonts.dat"
-#endif
#if ENABLE_HUGO == STATIC_PLUGIN
hugo.dat FILE "dists/engine-data/hugo.dat"
#endif