From: Jean-Christian de Rivaz <jc@eclis.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib
Date: Thu, 26 Mar 2009 10:10:50 +0100 [thread overview]
Message-ID: <49CB469A.5080404@eclis.ch> (raw)
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
next reply other threads:[~2009-03-26 9:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-26 9:10 Jean-Christian de Rivaz [this message]
2009-04-22 12:48 ` [Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib Steffen Schulz
2009-04-22 12:52 ` Sven Neumann
2009-04-22 13:17 ` Steffen Schulz
2009-04-22 13:58 ` Sven Neumann
2009-04-22 14:15 ` Jean-Christian de Rivaz
2009-04-22 14:27 ` Sven Neumann
2009-04-22 14:34 ` Peter Korsgaard
2009-04-22 15:32 ` [Buildroot] How to incorporate linux kernel patch correctly Will Moore
2009-04-23 8:24 ` [Buildroot] [PATCH] Add host-libglib2 dependencie to dbus-glib Jean-Christian de Rivaz
2009-04-23 8:40 ` Peter Korsgaard
2009-04-23 8:57 ` Jean-Christian de Rivaz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49CB469A.5080404@eclis.ch \
--to=jc@eclis.ch \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.