mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
[CMAKE]
-Use hinting in freetype now that patent has expired. svn path=/branches/cmake-bringup/; revision=48284
This commit is contained in:
parent
4df268ef33
commit
147875c573
1 changed files with 1 additions and 6 deletions
7
lib/3rdparty/freetype/CMakeLists.txt
vendored
7
lib/3rdparty/freetype/CMakeLists.txt
vendored
|
@ -1,11 +1,6 @@
|
|||
add_definitions(-D__NTDRIVER__)
|
||||
add_definitions(-DFT2_BUILD_LIBRARY)
|
||||
|
||||
IF(NSWPAT STREQUAL "1")
|
||||
add_definitions(-DTT_CONFIG_OPTION_UNPATHENTED_HINTING)
|
||||
ELSE()
|
||||
ADD_DEFINITIONS(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
|
||||
ENDIF(NSWPAT STREQUAL "1")
|
||||
add_definitions(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
|
|
Loading…
Reference in a new issue