mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Add curl dependency
This commit is contained in:
parent
3b55b25a4e
commit
888a0c4a75
1 changed files with 15 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue