summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-07 22:48:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-07 22:48:27 +0100
commit1919a8873ef6323742eda212c34b6ef1104f92cb (patch)
tree3e6537b50dd6710ecb31754d720de177fc55b3d9 /meson.build
parent64039cdf8495d75a6b12c37e0c2b07a3ac3fdfc0 (diff)
downloadgstreamer-plugins-bad-1919a8873ef6323742eda212c34b6ef1104f92cb.tar.gz
meson: dist pot file in tarball
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1558>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4db7e88a7..0913a1c4d 100644
--- a/meson.build
+++ b/meson.build
@@ -499,6 +499,8 @@ if find_program('xgettext', required : get_option('nls')).found()
subdir('po')
endif
+subdir('scripts')
+
# Set release date
if gst_version_nano == 0
extract_release_date = find_program('scripts/extract-release-date-from-doap-file.py')