summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-07-14 17:04:47 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-07-17 05:52:08 +0000
commit421e8edd019c70bd404b281a7658abcf1fa13bdd (patch)
treee587a1cdfe5b1eda64069c23c599e1a7d20f8888 /ci
parentc723e766080f87f727a5416501093a09a2f1b875 (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-xci/cerbero_setup.sh2
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"