activate robocfg on 2.6-brcm
[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
This page took 0.057475 seconds and 5 git commands to generate.