Allow GTK4 to be added as a subproject

This commit is contained in:
BogDan Vatra 2021-02-26 09:27:02 +02:00
parent c274c35583
commit 72700d1644

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,