|
|
@ -35,19 +35,16 @@ if( BUILD_DOC AND BUILD_KIG )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### check for arts
|
|
|
|
##### check for arts support
|
|
|
|
|
|
|
|
|
|
|
|
if( WITH_ARTS )
|
|
|
|
if( WITH_ARTS )
|
|
|
|
pkg_search_module( ARTS arts )
|
|
|
|
if( NOT TARGET artskde-shared )
|
|
|
|
if( NOT ARTS_FOUND )
|
|
|
|
tde_message_fatal( "aRts support through tdelibs is requested but was not found on your system" )
|
|
|
|
tde_message_fatal( "aRts is requested but was not found on your system" )
|
|
|
|
endif()
|
|
|
|
endif( NOT ARTS_FOUND )
|
|
|
|
set( ARTSKDE_LIBRARIES artskde-shared )
|
|
|
|
set( WITHOUT_ARTS false )
|
|
|
|
else()
|
|
|
|
endif( WITH_ARTS )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( NOT WITH_ARTS )
|
|
|
|
|
|
|
|
set( WITHOUT_ARTS 1 )
|
|
|
|
set( WITHOUT_ARTS 1 )
|
|
|
|
endif( NOT WITH_ARTS )
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### check for boost
|
|
|
|
##### check for boost
|
|
|
|