iptables: bump to version 1.6.1
[buildroot-gz.git] / package / perl-gd / Config.in
blob61f7e5dadcd7f85c8b4d955115ab554cdeef456f
1 config BR2_PACKAGE_PERL_GD
2         bool "perl-gd"
3         depends on !BR2_STATIC_LIBS
4         select BR2_PACKAGE_ZLIB
5         select BR2_PACKAGE_LIBPNG
6         select BR2_PACKAGE_FREETYPE
7         select BR2_PACKAGE_GD
8         help
9           Interface to Gd Graphics Library
11           https://metacpan.org/release/GD
13 comment "perl-gd needs a toolchain w/ dynamic library"
14         depends on BR2_STATIC_LIBS