e: Remove e_dbus dependency

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82125
This commit is contained in:
José Roberto de Souza 2013-01-03 22:08:40 +00:00 committed by Lucas De Marchi
parent 97c44a4cee
commit 7b46cb51bf
2 changed files with 1 additions and 6 deletions

View File

@ -523,8 +523,6 @@ PKG_CHECK_MODULES(E, [
efreet-mime >= ${efl_version}
efreet-trash >= ${efl_version}
eina >= ${efl_version}
dbus-1
edbus >= ${efl_version}
edbus2 >= ${efl_version}
eio >= ${efl_version}
$hal_mount
@ -546,8 +544,6 @@ efreet >= ${efl_version} \
efreet-mime >= ${efl_version} \
efreet-trash >= ${efl_version} \
eina >= ${efl_version} \
dbus-1 \
edbus >= ${efl_version} \
edbus2 \
eio >= ${efl_version} \
$hal_mount \
@ -711,7 +707,7 @@ AC_ARG_ENABLE([enotify],
AC_CACHE_VAL([e_cv_want_enotify], [e_cv_want_enotify=yes])
)
if test "x$e_cv_want_enotify" != "xno" ; then
AC_E_CHECK_PKG(ENOTIFY, [ edbus >= $efl_version enotify >= $efl_version ],
AC_E_CHECK_PKG(ENOTIFY, [ edbus2 >= $efl_version ],
[
AC_DEFINE_UNQUOTED([HAVE_ENOTIFY], [1], [enable enotify])
],

View File

@ -112,7 +112,6 @@ void *alloca (size_t);
# include <Efreet.h>
# include <Efreet_Mime.h>
# include <Edje.h>
# include <E_DBus.h>
# include <EDBus.h>
# include <Eio.h>