reenable appimage build on ubuntu 24.04 (#9458)

* reenable appimage build on ubuntu 24.04

* update TIFF

* fix build error
This commit is contained in:
SoftFever
2025-04-24 08:13:15 +08:00
committed by GitHub
parent e2b16f527a
commit 54a5ac9235
4 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ if (APPLE)
else()
orcaslicer_add_cmake_project(TIFF
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.1.0/libtiff-v4.1.0.zip
URL_HASH SHA256=c56edfacef0a60c0de3e6489194fcb2f24c03dbb550a8a7de5938642d045bd32
URL_HASH SHA256=17a3e875acece9be40b093361cfef47385d4ef22c995ffbf36b2871f5785f9b8
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
CMAKE_ARGS
-Dlzma:BOOL=OFF
@@ -27,7 +27,4 @@ else()
-Dpixarlog:BOOL=OFF
)
endif()
endif()