upgpkg: aseprite 1.3-1

upstream release
This commit is contained in:
ImperatorStorm
2023-11-27 15:49:48 -06:00
parent 02b39fb0a6
commit 0b07e635bd
3 changed files with 13 additions and 28 deletions

View File

@@ -34,13 +34,14 @@
find_package(ZLIB REQUIRED)
--- a/src/app/CMakeLists.txt 2022-01-08 00:37:07.378671200 +0100
+++ b/src/app/CMakeLists.txt 2022-01-08 00:53:13.669969512 +0100
@@ -698,7 +698,7 @@
@@ -741,7 +741,7 @@ target_link_libraries(app-lib
${HARFBUZZ_LIBRARIES}
json11
archive_static
- fmt
+ ${FMT_LIBRARIES}
tinyexpr)
tinyexpr
qoi)
if(ENABLE_PSD)
--- a/src/dio/CMakeLists.txt 2022-01-08 00:41:50.712726972 +0100