summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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 1fdde7650..07ce8c509 100644
--- a/meson.build
+++ b/meson.build
@@ -239,6 +239,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')