mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
dbus: fix expat typo
This commit is contained in:
parent
c75061b876
commit
d1eeba7069
@ -20,7 +20,7 @@ DBUS_DEPENDENCIES = uclibc pkgconfig
|
|||||||
|
|
||||||
ifeq ($(BR2_DBUS_EXPAT),y)
|
ifeq ($(BR2_DBUS_EXPAT),y)
|
||||||
DBUS_XML:=expat
|
DBUS_XML:=expat
|
||||||
DBUS_DEPENDENCIES += ezxml
|
DBUS_DEPENDENCIES += expat
|
||||||
else
|
else
|
||||||
DBUS_XML:=libxml
|
DBUS_XML:=libxml
|
||||||
DBUS_DEPENDENCIES += libxml2
|
DBUS_DEPENDENCIES += libxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user