762c1b17759bb374eff8c4740b99a2f05ae4840b
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_GOOGLEFONTDIRECTORY
2         bool "Google font directory"
3         help
4           Google font directory
5
6           http://code.google.com/p/googlefontdirectory/
7
8 if BR2_PACKAGE_GOOGLEFONTDIRECTORY
9
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
15
16 endif