[Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib

Steffen Schulz pepe_ml at gmx.net
Wed Apr 22 13:17:20 UTC 2009


On 090422 at 15:00, Sven Neumann wrote:
> On Wed, 2009-04-22 at 14:48 +0200, Steffen Schulz wrote:
> 
> > I just had the same problem when trying to compile trunk for i686.
> > However, after applying the fix I got an error about missing '-lexpat'.
> > Adding expat to the dependencies fixed that.
> 
> There is expat in the dependencies already:
> 
> ifeq ($(BR2_DBUS_EXPAT),y)
> DBUS_CONF_OPT += --with-xml=expat
> DBUS_DEPENDENCIES += expat
> else
> DBUS_CONF_OPT += --with-xml=libxml
> DBUS_DEPENDENCIES += libxml2
> endif

Ah...but this is in dbus.mk, not dbus-glib.mk which gives the error.

Anyway, hal also fails to compile so I will skip the dbus stuff..



More information about the buildroot mailing list