mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
enable fontconfig in cmake build
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user