]> Git Repo - buildroot-mgba.git/blame - package/foot/Config.in
package/botan: security bump to version 3.3.0
[buildroot-mgba.git] / package / foot / Config.in
CommitLineData
d62dda20
AD
1config BR2_PACKAGE_FOOT
2 bool "foot"
f6cf1830 3 depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # fcft
d62dda20 4 depends on !BR2_STATIC_LIBS # wayland
d62dda20
AD
5 select BR2_PACKAGE_FCFT
6 select BR2_PACKAGE_FONTCONFIG
7 select BR2_PACKAGE_FREETYPE
8 select BR2_PACKAGE_LIBXKBCOMMON
9 select BR2_PACKAGE_PIXMAN
10 select BR2_PACKAGE_TLLIST
11 select BR2_PACKAGE_WAYLAND
12 select BR2_PACKAGE_WAYLAND_PROTOCOLS
13 help
14 A fast, lightweight and minimalistic Wayland terminal
15 emulator.
16 NOTE: foot needs a working UTF-8 locale (BR2_GENERATE_LOCALE)
17
18 https://codeberg.org/dnkl/foot
19
20if BR2_PACKAGE_FOOT
21
22config BR2_PACKAGE_FOOT_GRAPHEME_CLUSTERING
23 bool "grapheme-clustering"
24 select BR2_PACKAGE_UTF8PROC
25 help
26 Enables grapheme clustering.
27
28config BR2_PACKAGE_FOOT_THEMES
29 bool "themes"
30 help
31 Install themes (predefined color schemes)
32
33endif # BR2_PACKAGE_FOOT
34
f6cf1830
AD
35comment "foot needs a glibc or musl toolchain w/ dynamic library"
36 depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
37 BR2_STATIC_LIBS
This page took 0.294623 seconds and 4 git commands to generate.