-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
This comes up when implementing lite-xl/lite-xl#1802, where meson wasn't able to track what files that were installed by lpm, so it wasn't able to clean up correctly. Meson supports reading depfiles, which is essentially a Makefile rule describing the output and input. If lpm is able to generate a depfile, meson should be able to clean up the plugins properly.
The specification for depfiles can be found here:
https://cmake.org/cmake/help/latest/command/add_custom_command.html#grammar-token-depfile-rule
Metadata
Metadata
Assignees
Labels
No labels