mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
config BR2_PACKAGE_PERL_GD
|
|
bool "perl-gd"
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_GD
|
|
help
|
|
Perl interface to the gd2 graphics library.
|
|
|
|
https://metacpan.org/release/GD
|
|
|
|
comment "perl-gd needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|