ReGreet: add missing GStreamer dependencies

Add GStreamer dependencies for animated wallpapers and video playback.
This commit is contained in:
Neubulae 2026-06-10 18:18:55 +08:00 committed by GitHub
commit 5c2334fb9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@
accountsservice,
dbus,
glib,
gst_all_1,
gtk4,
pango,
librsvg,
@ -37,6 +38,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
dbus
glib
gtk4
gst_all_1.gstreamer # Used for animated wallpapers or video playback
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-base
pango
librsvg
];