imagemagick: bump version to 7.0.3-7 (security)
[buildroot-gz.git] / package / google-material-design-icons / Config.in
bloba20042988e1b2bbf4896462254d0829b3882e45e
1 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
2         bool "google-material-design-icons"
3         help
4           Material design icons are the official icon set from Google that
5           are designed under the material design guidelines.
7           https://github.com/google/material-design-icons
9 if BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
11 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_PNG
12         bool "Install PNG icons"
13         help
14           Use PNG icon types.
16           The default. Traditional format; simplicity and compatibility.
18 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_TYPE_SVG
19         bool "Install SVG icons"
20         help
21           Use SVG icon types.
23           Vector format that is limitlessly scalable.
25 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_FONT
26         bool "Install TrueType font"
27         help
28           Install the Material TrueType font (ttf) on the target system.
30 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_CSS
31         bool "Install CSS sprites"
32         help
33           Install CSS (PNG) spritesheets.
35 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS_SPRITES_SVG
36         bool "Install SVG sprites"
37         help
38           Install SVG spritesheets.
40 endif