mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
Update freetype and harfbuzz
This commit is contained in:
parent
b3225c5bb1
commit
c69a7ef33d
2
third_party/freetype2
vendored
2
third_party/freetype2
vendored
@ -1 +1 @@
|
||||
Subproject commit 8529e84fb4bb22abfc5c4d9cafbb06025a8b909d
|
||||
Subproject commit af89e445f8c44f133362e840553194a2144ab0d5
|
2
third_party/harfbuzz
vendored
2
third_party/harfbuzz
vendored
@ -1 +1 @@
|
||||
Subproject commit 681b0bc37b454cd24e7b71c1dc413521d1a44a0e
|
||||
Subproject commit ec3bd67cb96bd2cc26d64dfc84926d5de0f600ce
|
9
third_party/harfbuzz-cmake/CMakeLists.txt
vendored
9
third_party/harfbuzz-cmake/CMakeLists.txt
vendored
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2017 by David Capello
|
||||
# Copyright (C) 2017-2018 by David Capello
|
||||
|
||||
set(USE_UCDN 1)
|
||||
set(USE_ICU 0)
|
||||
@ -34,6 +34,7 @@ if(UNIX AND NOT APPLE)
|
||||
endif()
|
||||
|
||||
add_library(harfbuzz
|
||||
../harfbuzz/src/hb-aat-layout.cc
|
||||
../harfbuzz/src/hb-blob.cc
|
||||
../harfbuzz/src/hb-buffer-serialize.cc
|
||||
../harfbuzz/src/hb-buffer.cc
|
||||
@ -41,6 +42,7 @@ add_library(harfbuzz
|
||||
../harfbuzz/src/hb-face.cc
|
||||
../harfbuzz/src/hb-font.cc
|
||||
../harfbuzz/src/hb-ft.cc
|
||||
../harfbuzz/src/hb-ot-color.cc
|
||||
../harfbuzz/src/hb-ot-font.cc
|
||||
../harfbuzz/src/hb-ot-layout.cc
|
||||
../harfbuzz/src/hb-ot-map.cc
|
||||
@ -51,6 +53,7 @@ add_library(harfbuzz
|
||||
../harfbuzz/src/hb-ot-shape-complex-hebrew.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-indic-table.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-indic.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-khmer.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-myanmar.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-thai.cc
|
||||
../harfbuzz/src/hb-ot-shape-complex-tibetan.cc
|
||||
@ -65,6 +68,10 @@ add_library(harfbuzz
|
||||
../harfbuzz/src/hb-shape-plan.cc
|
||||
../harfbuzz/src/hb-shape.cc
|
||||
../harfbuzz/src/hb-shaper.cc
|
||||
../harfbuzz/src/hb-subset-glyf.cc
|
||||
../harfbuzz/src/hb-subset-input.cc
|
||||
../harfbuzz/src/hb-subset-plan.cc
|
||||
../harfbuzz/src/hb-subset.cc
|
||||
../harfbuzz/src/hb-unicode.cc
|
||||
../harfbuzz/src/hb-warning.cc
|
||||
${HARFBUZZ_EXTRA_SOURCES})
|
||||
|
Loading…
Reference in New Issue
Block a user