The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libbluray / Config.in
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.
7
8           http://www.videolan.org/developers/libbluray.html
9
10 comment "libbluray needs a toolchain w/ threads, dynamic library"
11         depends on !BR2_TOOLCHAIN_HAS_THREADS
12         depends on BR2_STATIC_LIBS