summaryrefslogtreecommitdiff
path: root/src/file/meson.build
AgeCommit message (Collapse)Author
2025-08-21rework how user files workJohn Turner
Instead of assuming all user files exist under $HOME, we create a .file.user module and typeattribute. This allows user files to exist in places outside of $HOME. Also we changed filecon so that $HOME itself is user.home.file rather than home.file.
2025-08-17create module for the dynamic loaderJohn Turner
2025-08-14rewrite build system with mesonJohn Turner