toolchain/external: bump Linaro ARMeb to 2016.05 for i686 hosts
[buildroot-gz.git] / package / dvdauthor / Config.in
blob8b2bcb3d6fea31b51036722c1574c36bd9398cea
1 config BR2_PACKAGE_DVDAUTHOR
2         bool "dvdauthor"
3         select BR2_PACKAGE_LIBXML2
4         select BR2_PACKAGE_FREETYPE
5         select BR2_PACKAGE_LIBPNG
6         help
7           DVDAuthor is a set of tools to help you author the file and directory
8           structure of a DVD-Video disc, including programmatic commands for
9           implementing interactive behaviour. It is driven by command lines and
10           XML control files, though there are other programs that provide
11           GUI-based front ends if you prefer
13           http://dvdauthor.sourceforge.net
15 if BR2_PACKAGE_DVDAUTHOR
17 config BR2_PACKAGE_DVDAUTHOR_DVDUNAUTHOR
18         bool "dvdunauthor"
19         select BR2_PACKAGE_LIBDVDREAD
20         help
21           This option enables the dvdunauthor program, which requires
22           libdvdread.
24 endif