All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Esse <alexandre.esse.dev@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/kvazaar: needs threads
Date: Tue, 20 Jun 2017 22:39:05 +0200	[thread overview]
Message-ID: <1497991145-10593-1-git-send-email-alexandre.esse.dev@gmail.com> (raw)

Fixing http://autobuild.buildroot.net/results/6e1/6e1eabd691b8674f61898bc0fe734208d226f965/build-end.log

Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
---
 package/kvazaar/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
index 3377145..06ab9ac 100644
--- a/package/kvazaar/Config.in
+++ b/package/kvazaar/Config.in
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_KVAZAAR
 	bool "kvazaar"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  An open-source HEVC encoder licensed under LGPLv2.1
 
 	  https://github.com/ultravideo/kvazaar
+
+comment "kvazaar needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.7.4

             reply	other threads:[~2017-06-20 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-20 20:39 Alexandre Esse [this message]
2017-06-20 21:13 ` [Buildroot] [PATCH 1/1] package/kvazaar: needs threads Thomas Petazzoni

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=1497991145-10593-1-git-send-email-alexandre.esse.dev@gmail.com \
    --to=alexandre.esse.dev@gmail.com \
    --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.