xref: /OK3568_Linux_fs/buildroot/package/libbdplus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBBDPLUS
2*4882a593Smuzhiyun	bool "libbdplus"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGCRYPT
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  libbdplus is a research project to implement the BD+ System
9*4882a593Smuzhiyun	  Specifications.
10*4882a593Smuzhiyun	  This research project provides, through an open-source
11*4882a593Smuzhiyun	  library, a way to understand how the BD+ works.
12*4882a593Smuzhiyun	  NB: this project doesn't offer any key, configuration file or
13*4882a593Smuzhiyun	  certificate that could be used to decode encrypted copyrighted
14*4882a593Smuzhiyun	  material.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://www.videolan.org/developers/libbdplus.html
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "libbdplus needs a toolchain w/ threads, dynamic library"
19*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
21