summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-06-14 15:28:19 +0200
committerBastien Nocera <hadess@hadess.net>2021-06-14 16:49:42 +0200
commit15842bf9932d449eec6a77265eb6172bdb0a3517 (patch)
tree4003d49cbd571625534f5c69cda6e8dcb6f042f6 /meson.build
parent932cd4fa6cf02372450384fde9f3cfe4626b81bf (diff)
downloadtotem-15842bf9932d449eec6a77265eb6172bdb0a3517.tar.gz
build: Remove flatpak dir from the dist'ed tarball
We don't need to the flatpak devel bits in the tarball, and neither do we need the flathub shared-modules, including some Qt patches with complicated licenses.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 29aef7465..a77fe5077 100644
--- a/meson.build
+++ b/meson.build
@@ -243,6 +243,10 @@ else
)
endif
+meson.add_dist_script(
+ find_program('remove-flatpak-dist.sh').path()
+)
+
message('Totem was configured with the following options:')
message('** Using the GStreamer-1.0 backend')