5d21e560888fd1fc69abe23e280a5f6574dbc0eb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dejavu / Config.in
1 config BR2_PACKAGE_DEJAVU
2         bool "DejaVu fonts"
3         help
4           The DejaVu fonts are a font family based on the Vera Fonts.
5           Its purpose is to provide a wider range of characters while
6           maintaining the original look and feel through the process
7           of collaborative development, under a Free license.
8
9           http://dejavu-fonts.org
10
11 if BR2_PACKAGE_DEJAVU
12
13 config BR2_PACKAGE_DEJAVU_MONO
14         bool "mono fonts"
15         default y
16
17 config BR2_PACKAGE_DEJAVU_SANS
18         bool "sans fonts"
19         default y
20
21 config BR2_PACKAGE_DEJAVU_SERIF
22         bool "serif fonts"
23         default y
24
25 config BR2_PACKAGE_DEJAVU_SANS_CONDENSED
26         bool "sans condensed fonts"
27         default y
28
29 config BR2_PACKAGE_DEJAVU_SERIF_CONDENSED
30         bool "serif condensed fonts"
31         default y
32
33 endif