diff options
author | Ralph Boehme <slow@samba.org> | 2019-04-09 16:55:37 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2019-04-18 12:09:33 +0000 |
commit | 6009e47d8e2a86927ee2d09e7361606955223ff4 (patch) | |
tree | 5d7ade0b917de20865b4dd7fcc2f9c9bdccf8b3a /bootstrap/config.py | |
parent | 1ca1cc2b5c9fd908f1da1925a47107bfd66ebcc6 (diff) | |
download | samba-6009e47d8e2a86927ee2d09e7361606955223ff4.tar.gz |
bootstrap/config.py: add libicu-dev/libicu-devel
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r-- | bootstrap/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index 716030738bf..08ad052ee6c 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -96,6 +96,7 @@ PKGS = [ ('libpcap-dev', 'libpcap-devel'), ('libunwind-dev', 'libunwind-devel'), # for back trace ('libglib2.0-dev', 'glib2-devel'), + ('libicu-dev', 'libicu-devel'), # NAME1, NAME2 # for debian, locales provide locale support with language packs |