diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-07-14 17:04:47 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2023-07-17 05:52:08 +0000 |
commit | 421e8edd019c70bd404b281a7658abcf1fa13bdd (patch) | |
tree | e587a1cdfe5b1eda64069c23c599e1a7d20f8888 /ci | |
parent | c723e766080f87f727a5416501093a09a2f1b875 (diff) |
ci: Also build deps of gst-plugins-rs in the build-dep stage
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1216>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/cerbero_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh index 94acab51..e522ed14 100755 --- a/ci/cerbero_setup.sh +++ b/ci/cerbero_setup.sh @@ -113,7 +113,7 @@ cerbero_deps_script() { # plugins (and hence compile against gstreamer) local build_deps="gstreamer-1.0 gst-plugins-base-1.0 gst-plugins-good-1.0 gst-plugins-bad-1.0 gst-plugins-ugly-1.0 gst-rtsp-server-1.0 - gst-devtools-1.0 gst-editing-services-1.0 libnice" + gst-devtools-1.0 gst-editing-services-1.0 libnice gst-plugins-rs" # Deps that don't get picked up automatically because are only listed in # the package files local more_deps="glib-networking" |