diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-14 23:10:41 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-14 23:10:41 +0200 |
commit | b94eb5aabf5841bf41698047a8ff434bfebd2148 (patch) | |
tree | 0665f4daa731ea0bc734efe898b1ef8f957a6ed0 /custom.py | |
parent | 746ea89cc4ff85ad2dbc05fb47efde23de4062f8 (diff) | |
parent | 3d3d53c2c892fa65c6903cd90862a4feff5d74bf (diff) | |
download | hurrycurry-flatpak-b94eb5aabf5841bf41698047a8ff434bfebd2148.tar hurrycurry-flatpak-b94eb5aabf5841bf41698047a8ff434bfebd2148.tar.bz2 hurrycurry-flatpak-b94eb5aabf5841bf41698047a8ff434bfebd2148.tar.zst |
Merge branch 'main' of https://codeberg.org/hurrycurry/flatpak into org.metamuffin.hurrycurry.client
Diffstat (limited to 'custom.py')
-rw-r--r-- | custom.py | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/custom.py b/custom.py new file mode 100644 index 0000000..0521dd4 --- /dev/null +++ b/custom.py @@ -0,0 +1,44 @@ +platform = "linuxbsd" +CCFLAGS = "-I/app/include" +prefix = "/app" +unix_global_settings_path = "/app" +progress = "no" +builtin_freetype = "no" +builtin_libogg = "no" +builtin_libpng = "no" +builtin_libtheora = "no" +builtin_libvorbis = "no" +builtin_libwebp = "no" +builtin_libvpx = "no" +builtin_zlib = "no" +builtin_freetype = "no" +builtin_graphite = "no" +builtin_harfbuzz = "no" +udev = "no" +production = "yes" + +# Generated using https://godot-build-options-generator.github.io + +production = "yes" +minizip = "no" +module_bmp_enabled = "no" +module_camera_enabled = "no" +module_csg_enabled = "no" +module_dds_enabled = "no" +module_enet_enabled = "no" +module_gltf_enabled = "no" +module_gridmap_enabled = "no" +module_jsonrpc_enabled = "no" +module_ktx_enabled = "no" +module_minimp3_enabled = "no" +module_mobile_vr_enabled = "no" +module_msdfgen_enabled = "no" +module_multiplayer_enabled = "no" +module_navigation_enabled = "no" +module_openxr_enabled = "no" +module_regex_enabled = "no" +module_upnp_enabled = "no" +module_vhacd_enabled = "no" +module_webrtc_enabled = "no" +module_webxr_enabled = "no" +module_zip_enabled = "no" |