Enlightenment CVS committal
Author : handyande
Project : misc
Module : engage
Dir : misc/engage
Modified Files:
configure.in
Log Message:
add zoom boolean
add (optional) ewl context menu - developing still, but needed to get the quit button
in at least ;)
the right click listener is in an #if 1 so it can be removed if neccessary - need to
talk to atmos about the mouse handlers
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in 5 May 2004 06:54:36 -0000 1.9
+++ configure.in 8 May 2004 17:48:28 -0000 1.10
@@ -127,6 +127,18 @@
AC_SUBST(evas_libs)
AC_SUBST(evas_cflags)
+have_ewl="no"
+AC_PATH_GENERIC(ewl, 0.0.1, [
+ AC_DEFINE(HAVE_EWL, [], [Enlightenment Widget Library Support])
+ have_ewl="no"
+ AC_SUBST(ewl_libs)
+ AC_SUBST(ewl_cflags) ],
+ AC_MSG_ERROR(Cannot find ewl: Is ewl-config in path?))
+ewl_libs=`ewl-config --libs`
+ewl_cflags=`ewl-config --cflags`
+AC_SUBST(ewl_libs)
+AC_SUBST(ewl_cflags)
+
dnl Set PACKAGE_SOURCE_DIR in config.h.
#packagesrcdir=`cd $srcdir && pwd`
#AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "$packagesrcdir", [PACKAGE_SOURCE_DIR]])
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs