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

Sven Neumann s.neumann at phase-zero.de
Wed Apr 22 13:58:06 UTC 2009


Hi,

On Wed, 2009-04-22 at 15:17 +0200, Steffen Schulz wrote:

> > 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.

Ah, but shouldn't dbus-glib depend on dbus already? Perhaps dbus-glib is
picking up wrong linker flags. I guess it might help to port dbus-glib
to Makefile.autotools.in.


Sven





More information about the buildroot mailing list