xref: /OK3568_Linux_fs/buildroot/package/dvdauthor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
8	  directory structure of a DVD-Video disc, including
9	  programmatic commands for implementing interactive behaviour.
10	  It is driven by command lines and XML control files, though
11	  there are other programs that provide GUI-based front ends
12	  if you prefer
13
14	  http://dvdauthor.sourceforge.net
15
16if BR2_PACKAGE_DVDAUTHOR
17
18config BR2_PACKAGE_DVDAUTHOR_DVDUNAUTHOR
19	bool "dvdunauthor"
20	select BR2_PACKAGE_LIBDVDREAD
21	help
22	  This option enables the dvdunauthor program, which requires
23	  libdvdread.
24
25endif
26