diff options
author | Timm Bäder <mail@baedert.org> | 2018-04-13 15:21:41 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-04-14 11:47:02 +0200 |
commit | b48422d423cbe54ac128637c836fdfdf037c5917 (patch) | |
tree | bd9f7b977ea5c40e302f4aa195eb4d77dbb3b7b1 /meson.build | |
parent | add82735bb63a8988affb162b935412f62c3893d (diff) | |
download | gtk+-b48422d423cbe54ac128637c836fdfdf037c5917.tar.gz |
build: Print summary last
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meson.build b/meson.build index fbc23ba257..2a30d34a5f 100644 --- a/meson.build +++ b/meson.build @@ -738,6 +738,13 @@ if get_option('documentation') subdir('docs/reference') endif +# Keep this in sync with post-install.sh expected arguments +meson.add_install_script('build-aux/meson/post-install.sh', + gtk_api_version, + gtk_binary_version, + gtk_libdir, + gtk_datadir) + summary = [ '', '------', @@ -760,10 +767,3 @@ summary = [ ] message('\n'.join(summary)) - -# Keep this in sync with post-install.sh expected arguments -meson.add_install_script('build-aux/meson/post-install.sh', - gtk_api_version, - gtk_binary_version, - gtk_libdir, - gtk_datadir) |