mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
11 lines
348 B
TOML
11 lines
348 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libsigcplusplus/libsigcplusplus#building-from-a-release-tarball
|
|
[source]
|
|
tar = "https://github.com/libsigcplusplus/libsigcplusplus/releases/download/3.8.0/libsigc++-3.8.0.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dbuild-manual=false",
|
|
"-Dbuild-tests=false",
|
|
]
|