Battery does not depend on ecore-txt

SVN revision: 35482
This commit is contained in:
Sebastian Dransfeld 2008-08-14 17:58:22 +00:00
parent 03fecbfe7a
commit 1246fb8b1b
1 changed files with 6 additions and 9 deletions

View File

@ -209,7 +209,6 @@ PKG_CHECK_MODULES(ECORE_TXT, [
ecore-txt
], [
have_temp="yes"
have_bat="yes"
], [ have_temp="no"])
AM_CONDITIONAL(HAVE_TEMPERATURE, test x$have_temp = "xyes")
@ -219,14 +218,12 @@ if test x$have_temp = "xyes"; then
ecore-file
])
fi
AM_CONDITIONAL(HAVE_BATTERY, test x$have_bat = "xyes")
if test x$have_bat = "xyes"; then
PKG_CHECK_MODULES(BATTERY, [
ecore
ecore-file
ecore-con
])
fi
PKG_CHECK_MODULES(BATTERY, [
ecore
ecore-file
ecore-con
])
PKG_CHECK_MODULES(E_DBUS, edbus, have_edbus=yes, have_edbus=no)
PKG_CHECK_MODULES(E_HAL, ehal, have_ehal=yes, have_ehal=no)