diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-08-25 20:38:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-26 19:37:14 +0200 |
commit | 11cf0019b3848edb8c556f4c2eee50040bb7b270 (patch) | |
tree | 39b1f1129fb31aa712cb9646a2509049799b974e /package/perl-http-daemon/Config.in | |
parent | 39d07e7bcb3a2211628d0b0cf724b5eb27cb3719 (diff) | |
download | buildroot-11cf0019b3848edb8c556f4c2eee50040bb7b270.tar.gz buildroot-11cf0019b3848edb8c556f4c2eee50040bb7b270.zip |
perl-http-daemon: fix dependencies
regenerated by support/scripts/scancpan
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-http-daemon/Config.in')
-rw-r--r-- | package/perl-http-daemon/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/perl-http-daemon/Config.in b/package/perl-http-daemon/Config.in index 3d69b8814e..e09328c963 100644 --- a/package/perl-http-daemon/Config.in +++ b/package/perl-http-daemon/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_PERL_HTTP_DAEMON bool "perl-http-daemon" + select BR2_PACKAGE_PERL_HTTP_DATE select BR2_PACKAGE_PERL_HTTP_MESSAGE + select BR2_PACKAGE_PERL_LWP_MEDIATYPES help Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen on a socket for incoming requests. |