aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/depfile.py
AgeCommit message (Collapse)AuthorFilesLines
2019-09-30Add depfile to configure_file()Marc-André Lureau1-0/+85
In qemu, minikconf generates a depfile that meson could use to automatically reconfigure on dependency change. Note: someone clever can perhaps find a way to express this with a ninja rule & depfile=. I didn't manage, so I wrote a simple depfile parser.