Thanks, applied as 46848850d849e4a9a6c4e396d8230701b9d1ca37. Michael
[sent from post-receive hook] On Thu, 08 Feb 2024 17:03:02 +0100, Michael Tretter <[email protected]> wrote: > Only the onvif and closedcaption plugins actually depend on Pango. > > Signed-off-by: Michael Tretter <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/gst-plugins-rs.in b/rules/gst-plugins-rs.in > index 51c848533e0b..8db30f821060 100644 > --- a/rules/gst-plugins-rs.in > +++ b/rules/gst-plugins-rs.in > @@ -12,7 +12,7 @@ menuconfig GST_PLUGINS_RS > select GST_PLUGINS_BAD1_WEBRTC if GST_PLUGINS_RS_WEBRTC || > GST_PLUGINS_RS_WEBRTCHTTP > select LIBWEBP if GST_PLUGINS_RS_WEBP > select LIBWEBP_DEMUX if GST_PLUGINS_RS_WEBP > - select PANGO > + select PANGO if GST_PLUGINS_RS_ONVIF || > GST_PLUGINS_RS_CLOSEDCAPTION > prompt "gst-plugins-rs " > help > GStreamer plugins written in Rust.
