let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / libgd / Config.in
1 config BR2_PACKAGE_LIBGD
2 prompt "libgd............................. The GD Graphics Library"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBJPEG
6 select BR2_PACKAGE_LIBPNG
7 help
8 The GD Graphics Library
9
10 http://www.boutell.com/gd/
11