From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/5] portaudio: needs threads
Date: Thu, 23 May 2013 22:37:44 +0200 [thread overview]
Message-ID: <87ppwhig9z.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1369268647-13128-3-git-send-email-gilles.talis@gmail.com> (Gilles Talis's message of "Wed, 22 May 2013 17:24:05 -0700")
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:
Gilles> Fixes:
Gilles> http://autobuild.buildroot.org/results/ba2/ba2d3832cb6838b2126e0f7db223305eab579d59
Gilles> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Gilles> ---
Gilles> package/portaudio/Config.in | 4 ++++
Gilles> 1 files changed, 4 insertions(+), 0 deletions(-)
Gilles> diff --git a/package/portaudio/Config.in b/package/portaudio/Config.in
Gilles> index df884a7..0a4d71b 100644
Gilles> --- a/package/portaudio/Config.in
Gilles> +++ b/package/portaudio/Config.in
Gilles> @@ -1,11 +1,15 @@
Gilles> config BR2_PACKAGE_PORTAUDIO
Gilles> bool "portaudio"
Gilles> + depends on BR2_TOOLCHAIN_HAS_THREADS
Gilles> help
Gilles> PortAudio is a free, cross-platform, open-source,
Gilles> audio I/O library.
Gilles> http://www.portaudio.com/
Gilles> +comment "portaudio needs a toolchain threads support"
Gilles> + depends on !BR2_TOOLCHAIN_HAS_THREADS
Gilles> +
This needs to go either above BR2_PACKAGE_PORTAUDIO or all the way at
the bottom, otherwise the suboptions doesn't get properly indented in
menuconfig.
Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-05-23 20:37 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 0:24 [Buildroot] [PATCH 1/5] dvb-apps utilities: needs threads Gilles Talis
2013-05-23 0:24 ` [Buildroot] [PATCH 2/5] tvheadend: " Gilles Talis
2013-05-23 6:54 ` Yann E. MORIN
2013-05-23 14:44 ` Gilles Talis
2013-05-23 17:42 ` Yann E. MORIN
2013-05-23 20:34 ` Peter Korsgaard
2013-05-23 0:24 ` [Buildroot] [PATCH 3/5] portaudio: " Gilles Talis
2013-05-23 20:37 ` Peter Korsgaard [this message]
2013-05-23 0:24 ` [Buildroot] [PATCH 4/5] portaudio: add license information Gilles Talis
2013-05-23 6:59 ` Yann E. MORIN
2013-05-23 7:09 ` Baruch Siach
2013-05-23 7:33 ` Yann E. MORIN
2013-05-23 14:49 ` Gilles Talis
2013-05-23 17:44 ` Yann E. MORIN
2013-05-23 17:52 ` Gilles Talis
2013-05-23 0:24 ` [Buildroot] [PATCH 5/5] libatomic_ops: fix build failure seen with toolchain without threads support Gilles Talis
2013-05-23 20:48 ` Peter Korsgaard
2013-05-23 6:51 ` [Buildroot] [PATCH 1/5] dvb-apps utilities: needs threads Yann E. MORIN
2013-05-23 20:33 ` Peter Korsgaard
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=87ppwhig9z.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox