Files
RedBear-OS/recipes/wip/dev/other/renderdoc/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

18 lines
386 B
TOML

[package]
name = "renderdoc"
version = "0.1.0"
#TODO not compiled or tested
# build instructions: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md#linux
[source]
git = "https://github.com/baldurk/renderdoc"
rev = "5f95fb95a2a225a092372e7bd0bfd2073525d3ac"
[build]
template = "cmake"
dependencies = [
"libxcb",
"mesa",
"qt5-base",
"pcre",
]