mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
dbus: fix expat typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user