Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage


Modified Files:
        configure.in 


Log Message:
Added move/resize callbacks for background transparency fixes and saving window size
started basis of edje theme by creating the icon eet.
note that now teh bubbled icons should be changed, as they are 'double bubbled'
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in        11 Apr 2004 21:11:44 -0000      1.5
+++ configure.in        14 Apr 2004 22:59:15 -0000      1.6
@@ -105,6 +105,19 @@
 AC_SUBST(imlib_cflags)
 AC_SUBST(imlib_libs)
         
+PROG="edje-config";
+AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH)
+if [ test -z $EDJE_CONFIG ]; then
+  echo $PROG " is not in your \$PATH. Please ensure it is.";
+  echo "Read the manual page for you shell as to how to extend your path.";
+  echo "FATAL ERROR. ABORT.";
+  exit -1;
+fi
+edje_cflags=`$EDJE_CONFIG --cflags`
+edje_libs=`$EDJE_CONFIG --libs`
+AC_SUBST(edje_cflags)
+AC_SUBST(edje_libs)
+
 
 dnl Set PACKAGE_SOURCE_DIR in config.h.
 #packagesrcdir=`cd $srcdir && pwd`
@@ -141,5 +154,6 @@
 src/Makefile
 data/Makefile
 data/icons/Makefile
+data/themes/Makefile
 ],[
 ])




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to