Enlightenment CVS committal Author : raster Project : e17 Module : apps/entrance
Dir : e17/apps/entrance Modified Files: configure.in Log Message: clean theme building significantly =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- configure.in 7 Dec 2004 03:10:24 -0000 1.34 +++ configure.in 7 Dec 2004 03:50:26 -0000 1.35 @@ -199,6 +199,22 @@ AC_SUBST(x_cflags) AC_SUBST(x_libs) +EDJE_DEF="" +AC_SUBST(EDJE_DEF) + +edje_cc="`$EDJE_CONFIG --prefix`/bin/edje_cc" +AC_ARG_WITH(edje-cc, +[ --with-edje-cc=PATH specify a specific path to edje_cc], +[ + v=$withval; + edje_cc=$v + echo " Enlightenment edje_cc explicitly set to "$edje_cc; +],[ + edje_cc="`$EDJE_CONFIG --prefix`/bin/edje_cc" +]) +AC_SUBST(edje_cc) + + AC_OUTPUT([ Makefile src/Makefile @@ -219,9 +235,14 @@ data/users/default/Makefile data/themes/Makefile data/themes/default/Makefile +data/themes/default/img/Makefile +data/themes/default/fnt/Makefile data/themes/darkrock/Makefile +data/themes/darkrock/img/Makefile data/themes/Nebulous/Makefile +data/themes/Nebulous/images/Makefile data/themes/taillights/Makefile +data/themes/taillights/embryo/Makefile data/themes/taillights/parts/Makefile data/themes/taillights/programs/Makefile data/themes/taillights/fonts/Makefile ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs