let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / flac / Config.in
1 config BR2_COMPILE_FLAC
2         tristate
3         default n
4         depends BR2_PACKAGE_LIBFLAC
5
6 config BR2_PACKAGE_LIBFLAC
7         prompt "libflac........................... Free Lossless Audio Codec library"
8         tristate
9         default m if CONFIG_DEVEL
10         select BR2_COMPILE_FLAC
11         help
12           Free Lossless Audio Codec library
13           
14           http://flac.sourceforge.net/
15