[cmake] Remove HB_DISABLE_DEPRECATED as it seems needed for pango build (#470)
This commit is contained in:
parent
5ecf96e3a2
commit
4d7c52066b
|
@ -36,9 +36,7 @@ include_directories(AFTER
|
||||||
${PROJECT_BINARY_DIR}/src
|
${PROJECT_BINARY_DIR}/src
|
||||||
)
|
)
|
||||||
|
|
||||||
# feel free to discuss these or more with the maintainers
|
|
||||||
add_definitions(-DHAVE_OT)
|
add_definitions(-DHAVE_OT)
|
||||||
add_definitions(-DHB_DISABLE_DEPRECATED)
|
|
||||||
|
|
||||||
if (BUILD_SHARED_LIBS)
|
if (BUILD_SHARED_LIBS)
|
||||||
add_definitions(-DHAVE_ATEXIT)
|
add_definitions(-DHAVE_ATEXIT)
|
||||||
|
|
Loading…
Reference in New Issue