From f4fa9b1be91f7e6b1bc4d401d4731f71aa3aefaa Mon Sep 17 00:00:00 2001 From: cochcoder Date: Fri, 17 Jan 2025 09:03:47 -0500 Subject: [PATCH] Disable nls & static options in gst-plugins-good --- flatpak/io.github.softfever.OrcaSlicer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak/io.github.softfever.OrcaSlicer.yml b/flatpak/io.github.softfever.OrcaSlicer.yml index 268d3e9045..b7bdf221fa 100755 --- a/flatpak/io.github.softfever.OrcaSlicer.yml +++ b/flatpak/io.github.softfever.OrcaSlicer.yml @@ -35,7 +35,8 @@ modules: arch: aarch64: config-opts: - - -Dlibunwind=disabled + - -Dnls=disabled + - -Dstatic=disabled sources: - type: archive url: https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.8.tar.xz