Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-27 | build: fix deprecated uses of configure_file | Olivia Crain | |
Using `configure_file` to copy files has been deprecated since Meson 0.64.0. The intended replacement is the `fs.copyfile` method. This removes the following deprecation warning that arises when a minimum Meson version is specified: `` Project [...] uses feature deprecated since '0.64.0': copy arg in configure_file. Use fs.copyfile instead `` Change-Id: I09ffc92e96311ef9ed594343a0a16d51e74b114a | |||
2024-03-29 | meson: install shell files | eldritch horrors | |
Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f |