Files
RedBear-OS/local/recipes/libs/libepoxy/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

23 lines
507 B
TOML

[source]
path = "source"
[build]
template = "custom"
dependencies = [
"mesa",
]
script = """
DYNAMIC_INIT
cookbook_meson \
-Ddocs=false \
-Dtests=false \
-Dglx=no \
-Dx11=false \
-Degl=yes
"""
[package]
version = "0.2.3"
description = "libepoxy — OpenGL/GLES/EGL function pointer manager. Real upstream source (v6.0 2026 fork of anholt/libepoxy) compiled against Mesa EGL/GLES2 for KWin and Qt6 Wayland on Redox. Replaces the prior libepoxy-stub that returned hardcoded zeros."