tests: gstelement: Fix test_add_pad_while_paused flakiness
[platform/upstream/gstreamer.git] / subprojects / gstreamer / data / meson.build
1 if (bashcomp_found)
2   subdir('bash-completion/helpers')
3   install_data('bash-completion/completions/gst-launch-1.0',
4     install_dir : bash_completions_dir,
5     install_tag : 'bin')
6   install_data('bash-completion/completions/gst-inspect-1.0',
7     install_dir : bash_completions_dir,
8     install_tag : 'bin')
9 endif
10
11 if host_system == 'android'
12   install_data('android/GStreamer.java', install_dir: get_option('datadir') / 'gst-android/ndk-build')
13 endif