Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>2020-07-29 16:41:30 +0300
committerJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>2020-07-29 16:48:31 +0300
commit7a2c8768ad2933334dce739c19a0a312a7bf8ab7 (patch)
tree3e816ab75b5dc5867d75882216f31730ef4c26c9 /meson.build
parenta022bbe260000d327c136af30774211d75795a01 (diff)
meson: Install plugins
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fb91615ee..ba36b173d 100644
--- a/meson.build
+++ b/meson.build
@@ -124,12 +124,15 @@ foreach key, value : extra_env
endforeach
extra_env_str = ','.join(extra_env_list)
+plugins_install_dir = get_option('libdir') / 'gstreamer-1.0'
+
# Always build the target so we don't have to list all source files as input
rs_plugins = custom_target('gst-plugins-rs',
build_by_default: true,
output: output,
console: true,
- install: false,
+ install: true,
+ install_dir: plugins_install_dir,
build_always_stale: true,
depends: depends,
command: [cargo_wrapper,