mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
Allow GTK4 to be added as a subproject
This commit is contained in:
parent
c274c35583
commit
72700d1644
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user