summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-07-02 13:34:37 +0200
committerOndrej Holy <oholy@redhat.com>2020-07-03 15:51:59 +0200
commit8e295e3a6cd05d703861a3320c9b56986440f177 (patch)
treee84d476cb5adf3491fcfe8bd77d9cfbeae2c9344 /meson.build
parentf485401c398fdfa9bcb3eb8fe5d418abcd867d8f (diff)
downloadnautilus-8e295e3a6cd05d703861a3320c9b56986440f177.tar.gz
gtk: Update to the latest codes
GTK-based codes are not up-to-date. Let's run gtk-code-generator.sh to update them. But also update the script to remove the unwanted marshalers. Finally, this doesn't bring any functional changes, but it adapts our script to the latest GTK codes. Let's add a comment in meson.build to not forget doing this regularly...
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 374327344..e42ddf858 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,11 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- # Do not forget to update release version in appdata file when releasing
+
+ # Do not forget when releasing:
+ # * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
+ # * Update GTK-based codes over src/gtk/gtk-code-generator.sh
version: '3.37.3',
+
meson_version: '>= 0.47.0',
license: 'GPL3+'
)