ffbe098ef8
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.
23 lines
507 B
TOML
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."
|