Config.in 444 B

12345678910111213
  1. config BR2_PACKAGE_PERL_HTTP_DAEMON
  2. bool "perl-http-daemon"
  3. depends on !BR2_STATIC_LIBS # perl-http-message -> perl-clone
  4. select BR2_PACKAGE_PERL_HTTP_DATE # runtime
  5. select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
  6. select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
  7. help
  8. A simple http server class.
  9. https://github.com/libwww-perl/HTTP-Daemon
  10. comment "perl-http-daemon needs a toolchain w/ dynamic library"
  11. depends on BR2_STATIC_LIBS