diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-04-28 20:15:35 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-04-28 20:22:11 +0300 |
commit | feb69b4979324989c39408ce6b5e0efc59bedc69 (patch) | |
tree | fd24fb27c05088974bbb172feb3f9472b62ed68b /meson.build | |
parent | 0d65da33bd25eb23f3b821e4ed5253c5e20caaab (diff) | |
download | nautilus-feb69b4979324989c39408ce6b5e0efc59bedc69.tar.gz |
build: Use install_data() to rename icons
Since 0.46.0, Meson allows renaming files when installing them. This is
useful to replace any workarounds to achieve the same (namely, the
icons).
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 41782c261..f909183c4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nautilus', 'c', version: '3.28.0', - meson_version: '>= 0.41.0', + meson_version: '>= 0.46.0', license: 'GPL3+' ) |