dbus: fix expat typo

This commit is contained in:
Peter Korsgaard 2009-02-24 11:13:56 +00:00
parent c75061b876
commit d1eeba7069

View File

@ -20,7 +20,7 @@ DBUS_DEPENDENCIES = uclibc pkgconfig
ifeq ($(BR2_DBUS_EXPAT),y)
DBUS_XML:=expat
DBUS_DEPENDENCIES += ezxml
DBUS_DEPENDENCIES += expat
else
DBUS_XML:=libxml
DBUS_DEPENDENCIES += libxml2