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 / xorriso / Config.in
1 config BR2_PACKAGE_XORRISO
2         bool "xorriso"
3         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_USE_MMU # fork()
7         help
8           xorriso cd/dvd/bd iso 9660 manipulation and disc burner.
9
10           libburnia is a project for reading, mastering and writing
11           optical discs. Currently it is comprised of libraries named
12           libisofs, libburn, libisoburn, a cdrecord emulator named
13           cdrskin, and an integrated multi-session tool named xorriso.
14           The software runs on GNU/Linux, FreeBSD, Solaris, NetBSD.
15           It is base of the GNU xorriso package and is actively
16           maintained.
17
18           http://libburnia-project.org/
19           http://www.gnu.org/software/xorriso
20
21 comment "xorriso needs a toolchain w/ wchar, threads"
22         depends on BR2_USE_MMU
23         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS