Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        AUTHORS configure.in 


Log Message:


Jorge has submitted a good start on ecore_dbus... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/AUTHORS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- AUTHORS     29 Apr 2005 04:51:31 -0000      1.15
+++ AUTHORS     29 Apr 2005 05:29:13 -0000      1.16
@@ -13,3 +13,4 @@
 Kim Woelders <[EMAIL PROTECTED]>
 Sebastian Dransfeld <[EMAIL PROTECTED]>
 Simon Poole <[EMAIL PROTECTED]>
+Jorge Luis Zapata Muga <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- configure.in        29 Apr 2005 02:54:36 -0000      1.84
+++ configure.in        29 Apr 2005 05:29:13 -0000      1.85
@@ -697,6 +697,55 @@
 AC_SUBST(ecore_ipc_libs)
 
 
+AC_MSG_CHECKING(whether ecore_dbus module is to be built)
+have_ecore_dbus="no";
+ecore_dbus_cflags="";
+ecore_dbus_libs="";
+dbus_dir="";
+dbus_includes="";
+dbus_cflags="";
+dbus_libs="";
+
+AC_ARG_ENABLE(ecore-con,
+[  --disable-ecore-dbus              disable the ecore_dbus module], [
+  if [ test "$enableval" = "yes" ]; then
+    AC_MSG_RESULT(yes)
+    have_ecore_dbus="yes"
+  else
+    AC_MSG_RESULT(no)
+  fi
+], [
+  AC_MSG_RESULT(yes)
+  have_ecore_dbus="yes"
+]
+)
+
+if test "x$have_ecore_dbus" = "xyes"; then
+  AM_CONDITIONAL(BUILD_ECORE_DBUS, true)
+  AC_DEFINE(BUILD_ECORE_DBUS, 1, [Build Ecore_DBus Module])
+  BUILD_ECORE_DBUS=1
+  #dbus_dir="/usr";
+  #dbus_includes="";
+  #dbus_cflags="-I"$dbus_dir"/include/dbus-1.0 
-I"$dbus_dir"/lib/dbus-1.0/include"
+  #dbus_libs="-L"$dbus_dir"/lib"
+  #dbus_ldflags="-ldbus-1";
+  ecore_dbus_libs="-lecore_dbus";
+else
+  AM_CONDITIONAL(BUILD_ECORE_DBUS, false)
+  BUILD_ECORE_DBUS=0
+fi
+
+AC_SUBST(BUILD_ECORE_DBUS)
+
+AC_SUBST(dbus_cflags)
+AC_SUBST(dbus_includes)
+AC_SUBST(dbus_ldflags)
+AC_SUBST(dbus_libs)
+
+AC_SUBST(ecore_dbus_cflags)
+AC_SUBST(ecore_dbus_libs)
+
+
 AC_MSG_CHECKING(whether ecore_config module is to be built)
 
 have_ecore_config="no";
@@ -916,6 +965,7 @@
 src/lib/ecore_txt/Makefile
 src/lib/ecore_config/Makefile
 src/lib/ecore_file/Makefile
+src/lib/ecore_dbus/Makefile
 examples/Makefile
 ecore-config
 README
@@ -945,6 +995,7 @@
 echo "  Ecore_Buffer............: $have_ecore_evas_buffer"
 echo "  Ecore_Ipc...............: $have_ecore_ipc (OpenSSL: $use_openssl)"
 echo "  Ecore_Config............: $have_ecore_config"
+echo "  Ecore_DBUS..............: $have_ecore_dbus"
 #echo "  Ecore_File..............: $have_ecore_file (Inotify: $use_inotify) 
(FAM: $use_fam) (Poll: $use_poll)"
 echo "  Ecore_File..............: $have_ecore_file (Inotify: $use_inotify) 
(Poll: $use_poll)"
 echo




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to