From ef5967d92b447cfa3d07ac0024b7b1c7aa2c8018 Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 7 May 2025 10:59:51 +0800 Subject: [PATCH] build(manifest): Specify freetype's location in Aseprite build configuration --- com.aseprite.Aseprite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.aseprite.Aseprite.yaml b/com.aseprite.Aseprite.yaml index bdb5cf0..c4a1353 100644 --- a/com.aseprite.Aseprite.yaml +++ b/com.aseprite.Aseprite.yaml @@ -262,8 +262,8 @@ modules: # - -DWebP_LIBRARIES=/app/lib/libwebp.a # - -DJPEG_INCLUDE_DIRS=/app/third_party/externals/libjpeg-turbo # - -DJPEG_LIBRARIES=/app/lib/libjpeg.a - # - -DFreetype_INCLUDE_DIRS=/app/third_party/externals/freetype/include - # - -DFreetype_LIBRARIES=/app/lib/libfreetype.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 build-commands: