Files
RedBear-OS/local/recipes/libs/libxcvt/recipe.toml
T
vasilito ffbe098ef8 config: add tlc to redbear-mini and redbear-full; create recipe symlink
TLC (Twilight Commander) was missing from both ISO configs. Added
tlc = {} to [packages] in redbear-mini.toml and redbear-full.toml.
Created missing symlink: recipes/tui/tlc -> ../../local/recipes/tui/tlc.
2026-06-19 11:47:25 +03:00

15 lines
390 B
TOML

[source]
path = "source"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson
"""
[package]
version = "0.2.3"
description = "libxcvt — VESA CVT (Coordinated Video Timings) standard mode calculation library. Real upstream source (v6.0 2026 fork of freedesktop.org/xorg/lib/libxcvt) compiled via Meson. Replaces the prior libxcvt-stub that returned NULL for every mode."