toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / dejavu / Config.in
blob5d21e560888fd1fc69abe23e280a5f6574dbc0eb
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.
9           http://dejavu-fonts.org
11 if BR2_PACKAGE_DEJAVU
13 config BR2_PACKAGE_DEJAVU_MONO
14         bool "mono fonts"
15         default y
17 config BR2_PACKAGE_DEJAVU_SANS
18         bool "sans fonts"
19         default y
21 config BR2_PACKAGE_DEJAVU_SERIF
22         bool "serif fonts"
23         default y
25 config BR2_PACKAGE_DEJAVU_SANS_CONDENSED
26         bool "sans condensed fonts"
27         default y
29 config BR2_PACKAGE_DEJAVU_SERIF_CONDENSED
30         bool "serif condensed fonts"
31         default y
33 endif