From ee23ca0bc418f5257fce89a09b61bbd91a798950 Mon Sep 17 00:00:00 2001 From: cochcoder Date: Fri, 17 Jan 2025 08:43:38 -0500 Subject: [PATCH] Disable libunwind in gst-plugins-good --- flatpak/io.github.softfever.OrcaSlicer.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flatpak/io.github.softfever.OrcaSlicer.yml b/flatpak/io.github.softfever.OrcaSlicer.yml index 5f991bd28a..268d3e9045 100755 --- a/flatpak/io.github.softfever.OrcaSlicer.yml +++ b/flatpak/io.github.softfever.OrcaSlicer.yml @@ -31,6 +31,11 @@ modules: - -Ddoc=disabled - -Dexamples=disabled - -Dtests=disabled + build-options: + arch: + aarch64: + config-opts: + - -Dlibunwind=disabled sources: - type: archive url: https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.8.tar.xz