xref: /OK3568_Linux_fs/buildroot/package/modplugtools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MODPLUGTOOLS
2	bool "modplugtools"
3	depends on BR2_INSTALL_LIBSTDCPP # libmodplug
4	select BR2_PACKAGE_LIBAO
5	select BR2_PACKAGE_LIBMODPLUG
6	help
7	  This installs the 'modplug123' command line tool to play
8	  music files in the tracker formats supported by libmodplug:
9	  MOD, S3M, XM etc.  Audio output is handled by libao.
10
11	  http://modplug-xmms.sourceforge.net/
12
13comment "modplugtools needs a toolchain w/ C++"
14	depends on !BR2_INSTALL_LIBSTDCPP
15