]> git.openstreetmap.org Git - chef.git/commitdiff
Require libicu-dev for taginfo
authorTom Hughes <tom@compton.nu>
Thu, 9 Jul 2015 12:19:06 +0000 (13:19 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 9 Jul 2015 12:19:06 +0000 (13:19 +0100)
cookbooks/taginfo/recipes/default.rb

index ae6c01eece04831f6ed1baf9effbc0d75be01fce..23589a6ba34af07b3ed42a7293cdbbb3cf59220a 100644 (file)
@@ -31,6 +31,7 @@ package "libboost-dev"
 package "libexpat1-dev"
 package "libsparsehash-dev"
 package "libgd2-xpm-dev"
+package "libicu-dev"
 package "make"
 package "g++"