mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
bae1fe254a
This patch reorganize the bash completion scripts in order to install the binary helper (gst-completion-helper) in libexec path rather then share folder. Most Linux hierarchy compliance requires that no binary executable are placed in share. We also cleanup the unused .pc entries and remove copy pasted parts of the script. Note that other project including the common helper, should now use $_GST_HELPER to read the binary executable gst-completion-helper. This helper is not longer version, as it is placed in a versionned subfolder (libexec/gstreamer.10) just like the other helpers (scanner and ptp).
7 lines
286 B
Makefile
7 lines
286 B
Makefile
if ENABLE_BASH_COMPLETION
|
|
bashhelpersdir = $(BASH_HELPERS_DIR)
|
|
dist_bashhelpers_DATA = bash-completion/helpers/gst
|
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
|
dist_bashcompletion_DATA = bash-completion/completions/gst-inspect-1.0 \
|
|
bash-completion/completions/gst-launch-1.0
|
|
endif
|