Make FreeType optional for export templates.

This commit is contained in:
bruvzg
2021-02-18 15:45:28 +02:00
parent b4aba47969
commit 2d66f364d9
9 changed files with 75 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
def can_build(env, platform):
return env.module_check_dependencies("text_server_fb", ["freetype"])
return True
def configure(env):