From 7fae6c2d888815cd59c48c3f9dd509933e39276a Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 11:40:57 +0800 Subject: [PATCH] build(manifest): Another attempt to force usage of Skia's freetype --- com.aseprite.Aseprite.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index c4a1353..8f9679f 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -264,8 +264,10 @@ modules: # - -DJPEG_LIBRARIES=/app/lib/libjpeg.a - -DFreetype_INCLUDE_DIRS=/app/third_party/externals/freetype/include - -DFreetype_LIBRARIES=/app/lib/libfreetype.a - # - -DHarfBuzz_INCLUDE_DIRS=/app/third_party/externals/harfbuzz/src - # - -DHarfBuzz_LIBRARIES=/app/lib/libharfbuzz.a + - -DFreetype_LIBRARY=/app/lib/libfreetype.a + - -DHarfBuzz_INCLUDE_DIRS=/app/third_party/externals/harfbuzz/src + - -DHarfBuzz_LIBRARIES=/app/lib/libharfbuzz.a + - -DHarfBuzz_LIBRARY=/app/lib/libharfbuzz.a build-commands: # Standard ninja build - ninja