mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 13:50:43 +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})
|
SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${PNG_LIBRARY})
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
OPTION(WANT_FONTCONFIG "use the library fontconfig" OFF)
|
OPTION(WANT_FONTCONFIG "use the library fontconfig" ON)
|
||||||
IF(WANT_FONTCONFIG)
|
IF(WANT_FONTCONFIG)
|
||||||
FIND_PACKAGE(FontConfig)
|
FIND_PACKAGE(FontConfig)
|
||||||
IF(FONTCONFIG_FOUND)
|
IF(FONTCONFIG_FOUND)
|
||||||
|
Reference in New Issue
Block a user