blob: a20042988e1b2bbf4896462254d0829b3882e45e (
plain)
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
34
35
36
37
38
39
40
|
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
bool "google-material-design-icons"
help
Material design icons are the official icon set from Google that
are designed under the material design guidelines.
https://github.com/google/material-design-icons
if BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_PNG
bool "Install PNG icons"
help
Use PNG icon types.
The default. Traditional format; simplicity and compatibility.
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_SVG
bool "Install SVG icons"
help
Use SVG icon types.
Vector format that is limitlessly scalable.
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_FONT
bool "Install TrueType font"
help
Install the Material TrueType font (ttf) on the target system.
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_CSS
bool "Install CSS sprites"
help
Install CSS (PNG) spritesheets.
config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_SVG
bool "Install SVG sprites"
help
Install SVG spritesheets.
endif
|