From 888a0c4a758af58c410a0b45ecca7eb56e359d37 Mon Sep 17 00:00:00 2001 From: cochcoder Date: Fri, 7 Mar 2025 09:05:44 -0500 Subject: [PATCH] Add curl dependency --- flatpak/io.github.softfever.OrcaSlicer.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/flatpak/io.github.softfever.OrcaSlicer.yml b/flatpak/io.github.softfever.OrcaSlicer.yml index 73ab58b17d..4aa117df3a 100755 --- a/flatpak/io.github.softfever.OrcaSlicer.yml +++ b/flatpak/io.github.softfever.OrcaSlicer.yml @@ -72,6 +72,21 @@ modules: - /lib/*.la - /lib/pkgconfig + - name: curl + config-opts: + - --disable-static + - --enable-versioned-symbols + - --with-openssl + sources: + - type: archive + url: https://curl.se/download/curl-8.6.0.tar.xz + sha256: 3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15 + cleanup: + - /include + - /lib/*.la + - /lib/pkgconfig + - /share/man + - name: kde-extra-cmake-modules buildsystem: cmake-ninja sources: