|
|
|
@ -9,19 +9,6 @@
|
|
|
|
|
#
|
|
|
|
|
#################################################
|
|
|
|
|
|
|
|
|
|
# check for hal
|
|
|
|
|
pkg_search_module( HAL hal )
|
|
|
|
|
if( HAL_FOUND )
|
|
|
|
|
if( ${HAL_VERSION} VERSION_LESS "0.5.10" )
|
|
|
|
|
tde_message_fatal( "your hal version is too old; at least 0.5.10 is required" )
|
|
|
|
|
else( )
|
|
|
|
|
set( HAVE_HAL_0_5_10 1 )
|
|
|
|
|
endif( )
|
|
|
|
|
else( )
|
|
|
|
|
tde_message_fatal( "hal are requested, but not found on your system" )
|
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# check for Xext
|
|
|
|
|
pkg_search_module( XEXT xext )
|
|
|
|
|
if( NOT XEXT_FOUND )
|
|
|
|
|