mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470)
This commit is contained in:
parent
5ecf96e3a2
commit
4d7c52066b
1 changed files with 0 additions and 2 deletions
|
@ -36,9 +36,7 @@ include_directories(AFTER
|
|||
${PROJECT_BINARY_DIR}/src
|
||||
)
|
||||
|
||||
# feel free to discuss these or more with the maintainers
|
||||
add_definitions(-DHAVE_OT)
|
||||
add_definitions(-DHB_DISABLE_DEPRECATED)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(-DHAVE_ATEXIT)
|
||||
|
|
Loading…
Add table
Reference in a new issue