Skip to content

Commit

Permalink
Fix missing freetype file for new cairo build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 18, 2024
1 parent 09feb22 commit 33f616e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/lib/freetype-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftbitmap.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftcalc.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftcid.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftcolor.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftdbgmem.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftdebug.c" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/base/ftfntfmt.c" />
Expand Down Expand Up @@ -134,4 +135,4 @@

</files>

</xml>
</xml>

0 comments on commit 33f616e

Please sign in to comment.