Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / googlefontdirectory / 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