|
|
@ -41,7 +41,9 @@ endif( )
|
|
|
|
# fribidi
|
|
|
|
# fribidi
|
|
|
|
pkg_search_module( FRIBIDI fribidi )
|
|
|
|
pkg_search_module( FRIBIDI fribidi )
|
|
|
|
if( FRIBIDI_FOUND )
|
|
|
|
if( FRIBIDI_FOUND )
|
|
|
|
|
|
|
|
tde_save_and_set( CMAKE_REQUIRED_INCLUDES ${FRIBIDI_INCLUDE_DIRS} )
|
|
|
|
check_include_file( fribidi/fribidi-types.h FRIBIDI_NEW_FILENAME )
|
|
|
|
check_include_file( fribidi/fribidi-types.h FRIBIDI_NEW_FILENAME )
|
|
|
|
|
|
|
|
tde_restore( CMAKE_REQUIRED_INCLUDES )
|
|
|
|
else( )
|
|
|
|
else( )
|
|
|
|
tde_message_fatal( "fribidi is required, but was not found on your system" )
|
|
|
|
tde_message_fatal( "fribidi is required, but was not found on your system" )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|