DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / xorriso / Config.in
blobf9bb10ac9c3bfdb87ff0f0968e1de4bce4669a6a
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 copies file objects from POSIX compliant
9           filesystems into Rock Ridge enhanced ISO 9660 filesystems
10           and allows session-wise manipulation of such filesystems.
11           It can load the management information of existing ISO
12           images and it writes the session results to optical media
13           or to filesystem objects.
15           Vice versa xorriso is able to copy file objects out of ISO
16           9660 filesystems.
18           https://www.gnu.org/software/xorriso
20 comment "xorriso needs a toolchain w/ wchar, threads"
21         depends on BR2_USE_MMU
22         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS