6f8e2e438046d558f306fc4d6e8b215f8c53511f
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dvdauthor / Config.in
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
12
13           http://dvdauthor.sourceforge.net
14
15 if BR2_PACKAGE_DVDAUTHOR
16
17 config BR2_PACKAGE_DVDAUTHOR_DVDUNAUTHOR
18         bool "dvdunauthor"
19         select BR2_PACKAGE_LIBDVDREAD
20         depends on !BR2_STATIC_LIBS # libdvdread
21         help
22           This option enables the dvdunauthor program, which requires
23           libdvdread.
24
25 comment "dvdunauthor needs a toolchain w/ dynamic library"
26         depends on BR2_STATIC_LIBS
27
28 endif
29