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 / libdvdnav / Config.in
1 config BR2_PACKAGE_LIBDVDNAV
2         bool "libdvdnav"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on !BR2_STATIC_LIBS # libdvdread
5         select BR2_PACKAGE_LIBDVDREAD
6         help
7           libdvdnav is a library that allows easy use of sophisticated
8           DVD navigation features such as DVD menus, multiangle
9           playback and even interactive DVD games.
10
11           http://www.mplayerhq.hu
12
13 comment "libdvdnav needs a toolchain w/ dynamic library, threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS