mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
dbus-glib: needs expat
Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
This commit is contained in:
parent
6d48463df6
commit
7f6e9b2e10
@ -2,6 +2,7 @@ config BR2_PACKAGE_DBUS_GLIB
|
|||||||
bool "dbus-glib"
|
bool "dbus-glib"
|
||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
GLib bindings for D-Bus.
|
GLib bindings for D-Bus.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ DBUS_GLIB_CONF_OPT = --localstatedir=/var \
|
|||||||
--disable-doxygen-docs \
|
--disable-doxygen-docs \
|
||||||
--enable-asserts=yes
|
--enable-asserts=yes
|
||||||
|
|
||||||
DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-dbus-glib libglib2
|
DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-dbus-glib libglib2 expat
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,dbus-glib))
|
$(eval $(call AUTOTARGETS,package,dbus-glib))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user