The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liberation / Config.in
1 config BR2_PACKAGE_LIBERATION
2         bool "Liberation (Free fonts)"
3         help
4           The Liberation Fonts are intended to be replacements for the
5           three most commonly used fonts on Microsoft systems:
6           Times New Roman, Arial, and Courier New.
7
8 if BR2_PACKAGE_LIBERATION
9
10 config BR2_PACKAGE_LIBERATION_MONO
11         bool "mono fonts"
12         default y
13
14 config BR2_PACKAGE_LIBERATION_SANS
15         bool "sans fonts"
16         default y
17
18 config BR2_PACKAGE_LIBERATION_SERIF
19         bool "serif fonts"
20         default y
21
22 endif