flann: bump version to fix build with gcc 6
[buildroot-gz.git] / package / gd / Config.in
blobe83863508b630b3fad0740a19f49eb7acf005b3b
1 config BR2_PACKAGE_GD
2         bool "gd"
3         help
4           GD is a graphics library. It allows your code to quickly
5           draw images complete with lines, arcs, text, multiple
6           colours, cut and paste from other images, flood fills, and
7           write out the result as a PNG file. This is particularly
8           useful in World Wide Web applications, where PNG is one of
9           the formats accepted for inline images by most browsers.
11           http://libgd.bitbucket.org/
13 if BR2_PACKAGE_GD
15 menu "gd tools"
17 config BR2_PACKAGE_GD_ANNOTATE
18         bool "annotate"
20 config BR2_PACKAGE_GD_BDFTOGD
21         bool "bdftogd"
22         depends on BR2_PACKAGE_PERL
24 config BR2_PACKAGE_GD_GD2COPYPAL
25         bool "gd2copypal"
27 config BR2_PACKAGE_GD_GD2TOGIF
28         bool "gd2togif"
30 config BR2_PACKAGE_GD_GD2TOPNG
31         bool "gd2topng"
32         select BR2_PACKAGE_LIBPNG
34 config BR2_PACKAGE_GD_GDCMPGIF
35         bool "gdcmpgif"
37 config BR2_PACKAGE_GD_GDPARTTOPNG
38         bool "gdparttopng"
39         select BR2_PACKAGE_LIBPNG
41 config BR2_PACKAGE_GD_GDTOPNG
42         bool "gdtopng"
43         select BR2_PACKAGE_LIBPNG
45 config BR2_PACKAGE_GD_GIFTOGD2
46         bool "giftogd2"
48 config BR2_PACKAGE_GD_PNGTOGD
49         bool "pngtogd"
50         select BR2_PACKAGE_LIBPNG
52 config BR2_PACKAGE_GD_PNGTOGD2
53         bool "pngtogd2"
54         select BR2_PACKAGE_LIBPNG
56 config BR2_PACKAGE_GD_WEBPNG
57         bool "webpng"
58         select BR2_PACKAGE_LIBPNG
60 endmenu
62 endif