mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
update FriBiDi to 1.0.10
This commit is contained in:
parent
9923d4974c
commit
dd1a514346
|
@ -287,9 +287,9 @@ deps = {
|
|||
"libs": [r"*.lib"],
|
||||
},
|
||||
"fribidi": {
|
||||
"url": "https://github.com/fribidi/fribidi/archive/v1.0.9.zip",
|
||||
"filename": "fribidi-1.0.9.zip",
|
||||
"dir": "fribidi-1.0.9",
|
||||
"url": "https://github.com/fribidi/fribidi/archive/v1.0.10.zip",
|
||||
"filename": "fribidi-1.0.10.zip",
|
||||
"dir": "fribidi-1.0.10",
|
||||
"build": [
|
||||
cmd_copy(r"{winbuild_dir}\fribidi.cmake", r"CMakeLists.txt"),
|
||||
cmd_cmake(),
|
||||
|
|
|
@ -99,4 +99,4 @@ add_library(fribidi STATIC
|
|||
${FRIBIDI_SOURCES_GENERATED})
|
||||
fribidi_definitions(fribidi)
|
||||
target_compile_definitions(fribidi
|
||||
PUBLIC -DFRIBIDI_ENTRY=extern)
|
||||
PUBLIC -DFRIBIDI_LIB_STATIC)
|
||||
|
|
|
@ -7,7 +7,7 @@ find_library(fribidi NAMES fribidi)
|
|||
find_library(harfbuzz NAMES harfbuzz)
|
||||
find_library(freetype NAMES freetype)
|
||||
|
||||
add_definitions(-DFRIBIDI_ENTRY=extern)
|
||||
add_definitions(-DFRIBIDI_LIB_STATIC)
|
||||
|
||||
|
||||
function(raqm_conf)
|
||||
|
|
Loading…
Reference in New Issue
Block a user