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