summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-04-28 20:15:35 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-04-28 20:22:11 +0300
commitfeb69b4979324989c39408ce6b5e0efc59bedc69 (patch)
treefd24fb27c05088974bbb172feb3f9472b62ed68b /meson.build
parent0d65da33bd25eb23f3b821e4ed5253c5e20caaab (diff)
downloadnautilus-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.build2
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+'
)