package/kvazaar: needs threads
authorAlexandre Esse <alexandre.esse.dev@gmail.com>
Tue, 20 Jun 2017 20:39:05 +0000 (22:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Jun 2017 21:13:25 +0000 (23:13 +0200)
Fixes:

  http://autobuild.buildroot.net/results/6e1eabd691b8674f61898bc0fe734208d226f965/

Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kvazaar/Config.in

index 337714596d6dc572f349d051ef9822879297ed8a..06ab9ac0c241baa659fe19ebef3e636009c39184 100644 (file)
@@ -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