diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-12 08:18:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-12 08:42:18 -0500 |
commit | 13ef82fc4d9a245e9e925f8c86b598d62cfd1954 (patch) | |
tree | 54d3792ec937b34d1d5316c6fdc13c86e7f7c15b /meson.build | |
parent | b33ca43e146494973e1fe2f10ac8b4d008e8ac1a (diff) | |
download | gtk+-13ef82fc4d9a245e9e925f8c86b598d62cfd1954.tar.gz |
dist: Add a dist script to generate css
When I added the sassc option, I failed to ensure that
the theme css is included in the tarballs. This is required
to make tarball builds with -Dsassc=disabled work.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 9fe9cd5acf..3edb716efc 100644 --- a/meson.build +++ b/meson.build @@ -803,6 +803,8 @@ else message('Not executing post-install steps automatically when cross compiling') endif +meson.add_dist_script('build-aux/meson/dist-theme.py') + if host_machine.system() != 'windows' # Install Valgrind suppression files (except on Windows, # as Valgrind is currently not supported on Windows) |