Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        configure.in edje.c.in make_cross_compile_arm.sh 


Log Message:


embryo support... started. :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        6 Mar 2004 17:20:04 -0000       1.8
+++ configure.in        26 Mar 2004 09:09:58 -0000      1.9
@@ -151,6 +151,24 @@
 AC_SUBST(eet_cflags)
 AC_SUBST(eet_libs)
 
+have_embryo="no";
+AC_CHECK_HEADER(Embryo.h,
+  [ have_embryo="yes" ],
+  [ have_embryo="no" ]
+)
+
+if test "x$have_embryo" = "xyes"; then
+  if [ test -z "$EMBRYO_CONFIG" ]; then EMBRYO_CONFIG="embryo-config"; fi
+  embryo_cflags=`$EMBRYO_CONFIG --cflags`
+  embryo_libs=`$EMBRYO_CONFIG --libs`
+else
+  AC_MSG_ERROR(Cannot find Embryo.h)
+  exit -1
+fi
+
+AC_SUBST(embryo_cflags)
+AC_SUBST(embryo_libs)
+
 imlib2_cflags=""
 imlib2_libs=""
 if test "x$have_edje_cc" = "xyes"; then
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/edje.c.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje.c.in   20 Feb 2004 08:16:24 -0000      1.4
+++ edje.c.in   26 Mar 2004 09:10:04 -0000      1.5
@@ -207,5 +207,6 @@
 
 @todo See src/lib/edje_private.h for a list of FIXME's
 @todo Complete documentation of API
[EMAIL PROTECTED] Bytecode language for extending programs... but what/how?
 
 */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/make_cross_compile_arm.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- make_cross_compile_arm.sh   17 Feb 2004 07:13:12 -0000      1.2
+++ make_cross_compile_arm.sh   26 Mar 2004 09:10:04 -0000      1.3
@@ -12,6 +12,7 @@
 export FREETYPE_CONFIG=$SKIFF"/"$TARGETCPU"-linux/bin/freetype-config"
 export EVAS_CONFIG=$SKIFF"/"$TARGETCPU"-linux/bin/evas-config"
 export ECORE_CONFIG=$SKIFF"/"$TARGETCPU"-linux/bin/ecore-config"
+export EMBRYO_CONFIG=$SKIFF"/"$TARGETCPU"-linux/bin/embryo-config"
 
 make clean distclean
 export CC=/skiff/local/bin/arm-linux-gcc




-------------------------------------------------------
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