From: Gustavo Zacarias Date: Mon, 20 Jan 2014 16:20:52 +0000 (-0300) Subject: libbluray: needs threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4879ca7f039a0a5a8b47cde1d236443a11545b8f;p=buildroot.git libbluray: needs threads Fixes: http://autobuild.buildroot.net/results/2bc/2bc0ce057e54bd6ff7f9ade115c389648a2df2eb/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libbluray/Config.in b/package/libbluray/Config.in index eeb93dcc55..2571f5ccc5 100644 --- a/package/libbluray/Config.in +++ b/package/libbluray/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_LIBBLURAY bool "libbluray" + depends on BR2_TOOLCHAIN_HAS_THREADS help libbluray is a client library for accessing bluray disks. http://www.videolan.org/developers/libbluray.html + +comment "libbluray needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS