2012-10-11 01:28:05 +02:00
|
|
|
config BR2_PACKAGE_GOOGLEFONTDIRECTORY
|
|
|
|
bool "Google font directory"
|
|
|
|
help
|
|
|
|
Google font directory
|
|
|
|
|
|
|
|
http://code.google.com/p/googlefontdirectory/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_GOOGLEFONTDIRECTORY
|
|
|
|
|
2012-10-11 01:28:05 +02:00
|
|
|
config BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS
|
|
|
|
string "List of fonts to install"
|
|
|
|
default "droid"
|
|
|
|
help
|
|
|
|
Specify a space-separated list of fonts to install
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|