mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
12 lines
340 B
TOML
12 lines
340 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM#build-and-install-projectm
|
|
[source]
|
|
git = "https://github.com/projectM-visualizer/projectm"
|
|
rev = "422af469731559c32c93e9513cebf2fe6c2fec78"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"mesa",
|
|
"qt5-base",
|
|
]
|