Commit 19fb4b9d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

dbus-glib: fix host-dbus-glib build



Typo in expat dependency.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 81c95307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \