Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/exhibit


Modified Files:
        configure.in 


Log Message:
- config subsystem
- more bug fixes for comments / tabs

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        27 Jul 2006 01:38:56 -0000      1.8
+++ configure.in        29 Jul 2006 19:50:04 -0000      1.9
@@ -85,6 +85,23 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source Code 
Directory])
 
+#check for EET
+AC_PATH_EFL(
+   eet,
+   0.9.10.030,
+   [
+     AC_DEFINE(HAVE_EET, 1, have EET)
+     eet="EET "
+     AM_CONDITIONAL(HAVE_EET, true)
+     have_eet="yes"
+     eet_libs=`eet-config --libs`
+     eet_cflags=`eet-config --cflags`
+   ],
+   [
+     AC_MSG_ERROR([No Eet, can't build.])
+   ]
+)
+
 #check for ECORE
 AC_PATH_EFL(
    ecore,
@@ -216,6 +233,8 @@
 AC_DEFINE_UNQUOTED(ETK_PACKAGE_DATA_DIR, $etk_prefix, [Data dir for etk lib.])
 
 
+eet_libs=`eet-config --libs`
+eet_cflags=`eet-config --cflags`
 ecore_libs=`ecore-config --libs`
 ecore_cflags=`ecore-config --cflags`
 evas_libs=`evas-config --libs`
@@ -228,8 +247,8 @@
 epsilon_cflags=`epsilon-config --cflags`
 
 # add your required libs / include here
-my_includes="$ecore_cflags $evas_cflags $edje_cflags $etk_cflags 
$epsilon_cflags $engrave_cflags"
-my_libs="$ecore_libs $evas_libs $edje_libs $etk_libs $epsilon_libs 
$engrave_libs"
+my_includes="$eet_cflags $ecore_cflags $evas_cflags $edje_cflags $etk_cflags 
$epsilon_cflags $engrave_cflags"
+my_libs="$eet_libs $ecore_libs $evas_libs $edje_libs $etk_libs $epsilon_libs 
$engrave_libs"
 AC_SUBST(my_includes)
 AC_SUBST(my_libs)
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to