lua-bit32: new package
[buildroot-gz.git] / package / libbluray / Config.in
blobb95893560b400edb45475f6cf34b86a0bdf73ae5
1 config BR2_PACKAGE_LIBBLURAY
2         bool "libbluray"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_STATIC_LIBS
5         help
6           libbluray is a client library for accessing bluray disks.
8           http://www.videolan.org/developers/libbluray.html
10 comment "libbluray needs a toolchain w/ threads, dynamic library"
11         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS