and ecore

SVN revision: 64533
This commit is contained in:
Mike Blumenkrantz 2011-10-30 22:03:08 +00:00
parent 63aa27757d
commit 07c9a9b6db
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ AC_ARG_ENABLE([device-udev],
AC_CACHE_VAL([e_cv_want_device_udev], [e_cv_want_device_udev=yes]))
if test "x$e_cv_want_device_udev" != "xno";then
PKG_CHECK_MODULES([EEZE], [eeze >= 1.0.0 eina >= 1.0.999],
PKG_CHECK_MODULES([EEZE], [eeze >= 1.0.0 ecore >= 1.0.999 eina >= 1.0.999],
[
device_backend=eeze
AC_DEFINE_UNQUOTED([HAVE_EEZE],[1],[enable udev support])