SCons: Make freetype module a mandatory editor dependency

Fixes #28650.

(cherry picked from commit 6b13f33fb0)
This commit is contained in:
Rémi Verschelde 2021-02-18 14:17:19 +01:00
parent ca6e1c1c45
commit 1a740e87be
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -576,7 +576,7 @@ if selected_platform in platform_list:
if env["minizip"]:
env.Append(CPPDEFINES=["MINIZIP_ENABLED"])
editor_module_list = ["regex"]
editor_module_list = ["freetype", "regex"]
for x in editor_module_list:
if not env["module_" + x + "_enabled"]:
if env["tools"]: