gstreamer/subprojects/gst-plugins-base/scripts/meson.build
Tim-Philipp Müller a1672ec004 Fix translation pot files when creating dist tarballs
Add version as per Translation Project requirements and
also add a .pot file without the ABI suffix.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3711>
2023-01-11 19:20:17 +00:00

5 lines
123 B
Meson

# dist scripts
if not meson.is_subproject()
meson.add_dist_script('dist-translations.py', meson.project_version())
endif