libbluray: needs dynamic library support

The dependency is propagated to XBMC, even though XBMC currently
requires an (e)glibc toolchain, which always have dynamic library
support. This is just in case one day XBMC can be built against
uClibc.

Fixes:

  http://autobuild.buildroot.org/results/3fa/3fae35ebcf14d6f38284d8318f61f9b99998794c/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni
2014-05-12 20:23:52 +02:00
committed by Peter Korsgaard
parent a5dbc10a7f
commit 952f3dfb54
2 changed files with 7 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
config BR2_PACKAGE_LIBBLURAY
bool "libbluray"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_PREFER_STATIC_LIB
help
libbluray is a client library for accessing bluray disks.
http://www.videolan.org/developers/libbluray.html
comment "libbluray needs a toolchain w/ threads"
comment "libbluray needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PREFER_STATIC_LIB