Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:


the default edje is well - just too heavy. less heavy now :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- configure.in        29 Oct 2005 11:51:19 -0000      1.98
+++ configure.in        30 Oct 2005 05:36:50 -0000      1.99
@@ -247,7 +247,7 @@
 AC_SUBST(e_libs)
 AC_SUBST(e_cflags)
 
-profile="FAST_PC"
+profile="SLOW_PC"
 AC_ARG_WITH(profile,
 [  --with-profile=TARGET_PROFILE    specify a target format profile of:
                                     LOWRES_PDA, MEDIUMRES_PDA, HIRES_PDA, 
@@ -257,7 +257,7 @@
   profile=$v
   echo "  Enlightenment build profile set to "$profile;
 ],[
-  profile="FAST_PC"
+  profile="SLOW_PC"
 ])
 EDJE_DEF="-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 
-DMEDIUM_PC=5 -DFAST_PC=6"
 EDJE_DEF=$EDJE_DEF" -DE17_PROFILE"=$profile




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to