1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/text_server_fb/config.py

12 lines
264 B
Python

def can_build(env, platform):
return env.module_check_dependencies("text_server_fb", ["freetype"])
def configure(env):
pass
def is_enabled():
# The module is disabled by default. Use module_text_server_fb_enabled=yes to enable it.
return False