From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Neumann Date: Wed, 22 Apr 2009 15:58:06 +0200 Subject: [Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib In-Reply-To: <20090422131720.GA29962@cbg.dyndns.org> References: <49CB469A.5080404@eclis.ch> <20090422124829.GA28316@cbg.dyndns.org> <1240404749.7072.1.camel@sven> <20090422131720.GA29962@cbg.dyndns.org> Message-ID: <1240408686.7072.18.camel@sven> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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