let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / jpeg / Config.in
1 config BR2_COMPILE_JPEG
2         tristate
3         default n
4         depends BR2_PACKAGE_LIBJPEG
5
6 config BR2_PACKAGE_LIBJPEG
7         prompt "libjpeg........................... The Independent JPEG Group's JPEG runtime library"
8         tristate
9         default m if CONFIG_DEVEL
10         select BR2_COMPILE_JPEG
11         help
12           The Independent JPEG Group's JPEG runtime library.
13           
14           http://www.ijg.org/
15