Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:
Battery does not depend on ecore-txt

===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -3 -r1.213 -r1.214
--- configure.in        14 Aug 2008 01:16:26 -0000      1.213
+++ configure.in        14 Aug 2008 17:58:22 -0000      1.214
@@ -209,7 +209,6 @@
   ecore-txt
 ], [
   have_temp="yes"
-  have_bat="yes"
 ], [ have_temp="no"])
 
 AM_CONDITIONAL(HAVE_TEMPERATURE, test x$have_temp = "xyes")
@@ -219,14 +218,12 @@
     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)



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to