fix package name
[openwrt.git] / package / jpeg / Config.in
1 config BR2_COMPILE_JPEG
2 bool
3 default n
4 depends BR2_PACKAGE_LIBJPEG
5
6 config BR2_PACKAGE_LIBJPEG
7 tristate "libjpeg - The Independent JPEG Group's JPEG runtime library"
8 default m if CONFIG_DEVEL
9 select BR2_COMPILE_JPEG
10 help
11 The Independent JPEG Group's JPEG runtime library.
12
13 http://www.ijg.org/
14
15
This page took 0.040284 seconds and 5 git commands to generate.