Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: configure.in Log Message: lots of debugging - but most of all - removable device support now uses e_dbus (optional if you built it) and uses dbus for mount, unmount dev and volume detection, creates icons and changes their state etc. and automounts on double-click of volume etc. may have bugs. pants on. =================================================================== RCS file: /cvs/e/e17/apps/e/configure.in,v retrieving revision 1.160 retrieving revision 1.161 diff -u -3 -r1.160 -r1.161 --- configure.in 26 May 2007 11:59:33 -0000 1.160 +++ configure.in 16 Jun 2007 16:18:44 -0000 1.161 @@ -188,6 +188,18 @@ AC_SUBST(e_libs) AC_SUBST(e_cflags) +PKG_CHECK_MODULES(E_DBUS, edbus, have_edbus=yes, have_edbus=no) +PKG_CHECK_MODULES(E_HAL, ehal, have_ehal=yes, have_ehal=no) +AC_SUBST(E_DBUS_LIBS) +AC_SUBST(E_DBUS_CFLAGS) +AC_SUBST(E_HAL_LIBS) +AC_SUBST(E_HAL_CFLAGS) +if test x$have_edbus = "xyes"; then + if test x$have_ehal = "xyes"; then + AC_DEFINE(HAVE_EDBUS, 1, [E_Dbus support]) + fi +fi + profile="SLOW_PC" AC_ARG_WITH(profile, [ --with-profile=TARGET_PROFILE specify a target format profile of: ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs