python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / gd / Config.in
blob861cef885c92f837b59f91bd55d16d453b8750f7
1 menuconfig 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           https://libgd.github.io/
13 if BR2_PACKAGE_GD
15 config BR2_PACKAGE_GD_ANNOTATE
16         bool "annotate"
18 config BR2_PACKAGE_GD_BDFTOGD
19         bool "bdftogd"
20         depends on BR2_PACKAGE_PERL
22 config BR2_PACKAGE_GD_GD2COPYPAL
23         bool "gd2copypal"
25 config BR2_PACKAGE_GD_GD2TOGIF
26         bool "gd2togif"
28 config BR2_PACKAGE_GD_GD2TOPNG
29         bool "gd2topng"
30         select BR2_PACKAGE_LIBPNG
32 config BR2_PACKAGE_GD_GDCMPGIF
33         bool "gdcmpgif"
35 config BR2_PACKAGE_GD_GDPARTTOPNG
36         bool "gdparttopng"
37         select BR2_PACKAGE_LIBPNG
39 config BR2_PACKAGE_GD_GDTOPNG
40         bool "gdtopng"
41         select BR2_PACKAGE_LIBPNG
43 config BR2_PACKAGE_GD_GIFTOGD2
44         bool "giftogd2"
46 config BR2_PACKAGE_GD_PNGTOGD
47         bool "pngtogd"
48         select BR2_PACKAGE_LIBPNG
50 config BR2_PACKAGE_GD_PNGTOGD2
51         bool "pngtogd2"
52         select BR2_PACKAGE_LIBPNG
54 config BR2_PACKAGE_GD_WEBPNG
55         bool "webpng"
56         select BR2_PACKAGE_LIBPNG
58 endif