mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
12 lines
375 B
TOML
12 lines
375 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libfuse/libfuse#installation
|
|
#TODO require a redox daemon (userspace equivalent of the Linux kernel module)
|
|
[source]
|
|
tar = "https://github.com/libfuse/libfuse/releases/download/fuse-3.18.2/fuse-3.18.2.tar.gz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Dtests=false",
|
|
"-Denable-io-uring=false",
|
|
]
|