From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christian de Rivaz Date: Thu, 26 Mar 2009 10:10:50 +0100 Subject: [Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib Message-ID: <49CB469A.5080404@eclis.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, I need the small patch below to successfully buils the dbus-glib. This was tested on a board that is almost like the AT91SAM9261EK, although I don't think it matter for this kind of problem. Without the patch the error was: (cd /home/xxx/buildroot/build_arm/dbus-glib-0.80-host; [...] [...] checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for DBUS_GLIB... no checking for DBUS_GLIB_THREADS... no configure: error: GLib development libraries not found make: *** [/home/xxx/buildroot/build_arm/dbus-glib-0.80-host/.configured] Error 1 Index: package/dbus-glib/dbus-glib.mk =================================================================== --- package/dbus-glib/dbus-glib.mk (r?vision 25823) +++ package/dbus-glib/dbus-glib.mk (copie de travail) @@ -23,7 +23,7 @@ --disable-doxygen-docs \ --enable-asserts=yes -DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-dbus-glib libglib2 +DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-libglib2 host-dbus-glib libglib2 $(eval $(call AUTOTARGETS,package,dbus-glib)) Best Regards, -- Jean-Christian de Rivaz