Lets have stuff that links to Eeze also link to Eina

SVN revision: 64530
This commit is contained in:
Iván Briano 2011-10-30 19:29:34 +00:00
parent 66f257b886
commit f3aa1d3293
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],
PKG_CHECK_MODULES([EEZE], [eeze >= 1.0.0 eina >= 1.0.999],
[
device_backend=eeze
AC_DEFINE_UNQUOTED([HAVE_EEZE],[1],[enable udev support])