Commit 952f3dfb authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent a5dbc10a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
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
+4 −0
Original line number Diff line number Diff line
@@ -85,10 +85,14 @@ config BR2_PACKAGE_XBMC_DBUS
config BR2_PACKAGE_XBMC_LIBBLURAY
	bool "blu-ray"
	select BR2_PACKAGE_LIBBLURAY
	depends on !BR2_PREFER_STATIC_LIB
	help
	  Enable Blu-ray input support.
	  Select this if you want to play back Blu-ray content.

comment "libbluray support needs a toolchain w/ dynamic library"
	depends on BR2_PREFER_STATIC_LIB

config BR2_PACKAGE_XBMC_LIBCEC
	bool "hdmi cec"
	depends on !BR2_PREFER_STATIC_LIB # libcec