perl-cross: bump to version 1.1.4
[buildroot-gz.git] / package / googlefontdirectory / Config.in
blob762c1b17759bb374eff8c4740b99a2f05ae4840b
1 config BR2_PACKAGE_GOOGLEFONTDIRECTORY
2         bool "Google font directory"
3         help
4           Google font directory
6           http://code.google.com/p/googlefontdirectory/
8 if BR2_PACKAGE_GOOGLEFONTDIRECTORY
10 config BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS
11         string "List of fonts to install"
12         default "droid"
13         help
14           Specify a space-separated list of fonts to install
16 endif