mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
dbus-glib: fix host-dbus-glib build
Typo in expat dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -25,7 +25,7 @@ DBUS_GLIB_CONF_OPT = --localstatedir=/var \
|
||||
|
||||
DBUS_GLIB_DEPENDENCIES = host-pkg-config dbus host-dbus host-dbus-glib libglib2 expat
|
||||
|
||||
HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-exapt host-libglib2
|
||||
HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
|
||||
|
||||
HOST_DBUS_GLIB_CONF_OPT = \
|
||||
--disable-tests \
|
||||
|
||||
Reference in New Issue
Block a user