Remove spurious hal check

pull/1/head
Timothy Pearson 12 years ago
parent 452198ac12
commit 2d50217489

@ -9,13 +9,6 @@
#
#################################################
# hal
pkg_search_module( HAL hal )
if( NOT HAL_FOUND )
tde_message_fatal( "hal are required, but not found on your system" )
endif( )
# dbus-1
pkg_search_module( DBUS dbus-1 )
if( NOT DBUS_FOUND )

Loading…
Cancel
Save