Merge branch 'submodules' into 'master'

Allow GTK4 to be added as a subproject

See merge request GNOME/gtk!3242
This commit is contained in:
Matthias Clasen 2021-03-01 16:01:25 +00:00
commit 0ccca910df

View File

@ -810,7 +810,9 @@ else
message('Not executing post-install steps automatically when cross compiling')
endif
meson.add_dist_script('build-aux/meson/dist-theme.py')
if not meson.is_subproject()
meson.add_dist_script('build-aux/meson/dist-theme.py')
endif
if host_machine.system() != 'windows'
# Install Valgrind suppression files (except on Windows,