Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : proto
Dir : e17/proto/esmart
Modified Files:
configure.in
Log Message:
require edje
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in 21 Jan 2004 16:53:01 -0000 1.12
+++ configure.in 24 Mar 2004 21:43:29 -0000 1.13
@@ -94,6 +94,18 @@
AC_SUBST(epsilon_libs)
AC_SUBST(epsilon_cflags)
+AC_ARG_WITH(edje,
+ [ --with-edje=DIR use edje in <DIR>],
+ [CFLAGS="$CFLAGS -I$withval/include"
+ LIBS="-L$withval/lib $LIBS"])
+
+AC_PATH_GENERIC(edje,, [
+ AC_SUBST(edje_libs)
+ AC_SUBST(edje_cflags)],
+ AC_MSG_ERROR(Cannot find edje: Is edje-config in path?))
+edje_libs=`edje-config --libs`
+edje_cflags=`edje-config --cflags`
+
AC_PATH_PROG(PERL, perl, 0)
AC_SUBST(PERL)
@@ -114,6 +126,7 @@
src/thumb/Makefile
src/trans/Makefile
src/draggies/Makefile
+src/entry/Makefile
], [
chmod +x esmart-config
]
-------------------------------------------------------
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