buildrootschalter/package/liberation/Config.in
Charles Manning 73f7994e53 Allow selection of individual Liberation font sets
We don't always want all the font sets on small systems.

[Peter: cleanup Config.in, ensure target dir gets created first]
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-01-14 21:34:35 +01:00

23 lines
466 B
Plaintext

config BR2_PACKAGE_LIBERATION
bool "Liberation (Free fonts)"
help
The Liberation Fonts are intended to be replacements for the
three most commonly used fonts on Microsoft systems:
Times New Roman, Arial, and Courier New.
if BR2_PACKAGE_LIBERATION
config BR2_PACKAGE_LIBERATION_MONO
bool "mono fonts"
default y
config BR2_PACKAGE_LIBERATION_SANS
bool "sans fonts"
default y
config BR2_PACKAGE_LIBERATION_SERIF
bool "serif fonts"
default y
endif