update freetype to 2.13.2.

This commit is contained in:
Sasha Szpakowski
2024-02-19 12:30:17 -04:00
parent 2071a685a1
commit 4a512be715
712 changed files with 48166 additions and 20442 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2005-2022 by
# Copyright (C) 2005-2023 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -182,7 +182,7 @@ copy_submodule_files ()
cp $DLG_SRC_DIR/* src/dlg
}
if test -d ".git"; then
if test -e ".git"; then
DLG_INC_DIR=subprojects/dlg/include/dlg
DLG_SRC_DIR=subprojects/dlg/src/dlg