summaryrefslogtreecommitdiff
path: root/gio/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Meson build: Don't copy files with configure_file()Kjell Ahlstedt2023-01-041-2/+3
| | | | | | It's deprecated from Meson 0.64. The replacement, fs.copyfile(), is not useful here. It only copies from the source directory to the build directory.
* Add support for building glibmm with MesonKjell Ahlstedt2020-03-011-0/+29
glibmm can be built with either Autotools or Meson. See MR !27