enable fontconfig in cmake build

This commit is contained in:
Mark Vejvoda 2013-08-01 22:24:00 +00:00
parent f9c991edda
commit c60c96a22f
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ option(ENABLE_FRIBIDI "Enable FriBIDi support" ON)
SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${PNG_LIBRARY})
ENDIF()
OPTION(WANT_FONTCONFIG "use the library fontconfig" OFF)
OPTION(WANT_FONTCONFIG "use the library fontconfig" ON)
IF(WANT_FONTCONFIG)
FIND_PACKAGE(FontConfig)
IF(FONTCONFIG_FOUND)