637da791ff
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.
18 lines
386 B
TOML
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",
|
|
]
|