Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        configure.in 


Log Message:
ecore-evas is needed only for the binaries

===================================================================
RCS file: /cvs/e/e17/libs/edje/configure.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- configure.in        6 Jun 2008 18:31:48 -0000       1.97
+++ configure.in        7 Jun 2008 08:03:52 -0000       1.98
@@ -76,7 +76,6 @@
 
 PKG_CHECK_MODULES(EDJE, [
   evas >= 0.9.9
-  ecore-evas >= 0.9.9
   ecore-job >= 0.9.9
   eet >= 1.0.1
   embryo >= 0.9.1
@@ -84,6 +83,10 @@
 
 PKG_CHECK_MODULES(ECORE_FILE, [
   ecore-file >= 0.9.9
+])
+
+PKG_CHECK_MODULES(ECORE_EVAS, [
+  ecore-evas >= 0.9.9
 ])
 
 AC_MSG_CHECKING([for location of Vim data files])



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to