Skip to content

Commit

Permalink
gst-plugins-rs: Bump to version 0.13.2
Browse files Browse the repository at this point in the history
Also disable a couple features we don't need. More could be disabled in order to
reduce build times.
  • Loading branch information
philn committed Oct 31, 2024
1 parent 1d37b0d commit 3929f05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,14 @@
version="1.4.2" />
</meson>

<meson id="gst-plugins-rs" mesonargs="-Ddoc=disabled -Dexamples=disabled -Dtests=disabled">
<meson id="gst-plugins-rs" mesonargs="-Ddoc=disabled -Dexamples=disabled -Dtests=disabled -Daws=disabled -Dwebrtc=disabled -Dwebrtchttp=disabled">
<dependencies>
<dep package="dav1d"/>
<dep package="gstreamer"/>
</dependencies>
<branch repo="gstreamer.freedesktop.org"
module="gst-plugins-rs"
tag="0.13.1"
version="0.13.1" />
tag="0.13.2" />
</meson>

<meson id="glib" mesonargs="--localstatedir=/var -Dlibmount=disabled -Dtests=false">
Expand Down

0 comments on commit 3929f05

Please sign in to comment.