aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorCameron Cawley2018-12-09 13:10:39 +0000
committerEugene Sandulenko2018-12-25 12:47:42 +0100
commit7dbc61325826f18412953780acb6ab67838d1519 (patch)
tree5486998a5f766e6707c4e43da3771a0291774a93 /Makefile.common
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 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 3aebc582c4..47091e65df 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -334,6 +334,9 @@ endif
ifdef ENABLE_XEEN
DIST_FILES_ENGINEDATA+=xeen.ccs
endif
+ifdef USE_FREETYPE2
+DIST_FILES_ENGINEDATA+=fonts.dat
+endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine