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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-27 21:25:16 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-12-28 20:00:11 +0300
commita3d405f670982eb9c904abb1d41df7e53072f27d (patch)
treee4b83d19368c85a60c9f3c379ad1116442557b88 /.gitlab-ci.yml
parent851c82df851928ec36241b1020943b8c548537a8 (diff)
meson: Add options for all plugins
Required a slight rework of the build file, and how options are passed to cargo_wrapper.py Necessitated a bump of the required gstreamer version to 1.20, which should be fine for the meson build since its primary function is to be built as part of the gstreamer monorepo build to get a dev env. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1028>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c0f876c..ae034a8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -255,7 +255,7 @@ meson shared:
meson static:
extends: .meson
script:
- - meson build --default-library=static --prefix=$(pwd)/install -Dsodium=built-in
+ - meson build --default-library=static --prefix=$(pwd)/install -Dsodium-source=built-in
- ninja -C build install
- ./ci/generate-static-test.py test-static-link-all
- cd test-static-link-all
@@ -284,7 +284,7 @@ documentation:
-Dsharp=disabled
-Dgst-examples=disabled
-Drs=enabled
- -Dgst-plugins-rs:sodium=system
+ -Dgst-plugins-rs:sodium-source=system
-Dgst-docs:fatal_warnings=true
-Dorc=disabled
script:
@@ -339,7 +339,7 @@ documentation:
# -Dsharp=disabled
# -Dgst-examples=disabled
# -Drs=enabled
-# -Dgst-plugins-rs:sodium=system
+# -Dgst-plugins-rs:sodium-source=system
# script:
# - P=$(pwd)
# - cd ..