Fix cmake build: ksvg FTBFS due to new fribidi headers

This resolves Bug 1311
pull/1/head
Darrell Anderson 11 年之前 committed by Slávek Banko
父節點 923dc5953a
當前提交 f0e6b090da

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

Loading…
取消
儲存