check for eldbus instead of edbus in device backend libs

This commit is contained in:
Mike Blumenkrantz 2015-02-15 17:45:40 -05:00
parent 14930cc7c1
commit b4dcd46858
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ AM_CONDITIONAL([HAVE_EEZE], [test "x${device_backend}" = "xeeze"])
if test "x${device_backend}" != "xeeze"; then
device_backend=hal
device_libs=edbus
device_libs=eldbus
AC_DEFINE_UNQUOTED([HAVE_HAL],[1],[enable HAL support])
fi