builds godot
Diffstat (limited to '.github/2d-build-modules.py')
| -rw-r--r-- | .github/2d-build-modules.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/2d-build-modules.py b/.github/2d-build-modules.py index 4f46cd7..0ef670b 100644 --- a/.github/2d-build-modules.py +++ b/.github/2d-build-modules.py @@ -1,11 +1,8 @@ brotli = "yes" # compression and woff2 dbus = "no" # screensaver and portal -debug_symbols = "no" -deprecated = "no" execinfo = "no" fontconfig = "yes" # system fonts graphite = "yes" -lto = "auto" minizip = "no" # zip support module_astcenc_enabled = "no" # adaptive scalable data compression format module_basis_universal_enabled = "yes" @@ -48,6 +45,7 @@ module_text_server_adv_enabled = "yes" # the cooler text server module_tga_enabled = "no" # more image formats module_theora_enabled = "no" # ogg theora video format module_tinyexr_enabled = "no" # image +module_ktx_enabled = "no" # why are there so many random image formats module_upnp_enabled = "no" # universal plug and play module_vhacd_enabled = "no" # 3d surface stuff module_vorbis_enabled = "yes" # vorbis audio @@ -59,7 +57,6 @@ module_xatlas_unwrap_enabled = "no" # lightmapping stuff module_zip_enabled = "no" opengl3 = "yes" optimize = "size" -production = "yes" pulseaudio = "yes" # linux audio speechd = "no" # tts touch = "yes" # touchscreen |