diff mbox series

[meta-oe] spice-gtk: enable libva-x11 and drop gstreamer1.0-vaapi

Message ID 20260316223525.1537696-1-dmitry.baryshkov@oss.qualcomm.com
State Under Review
Headers show
Series [meta-oe] spice-gtk: enable libva-x11 and drop gstreamer1.0-vaapi | expand

Commit Message

Dmitry Baryshkov March 16, 2026, 10:35 p.m. UTC
OE-Core has dropped gstreamer1.0-vaaapi, breaking spice-gtk. Drop the
dependency and, while we are at it, enable libva as a dependency, making
sure VA-API is enabled.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 meta-networking/recipes-support/spice/spice-gtk_0.42.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
index 3588d674f7b2..127738a429ae 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -22,7 +22,6 @@  DEPENDS = " \
 	cyrus-sasl \
 	gstreamer1.0 \
 	gstreamer1.0-plugins-base \
-	gstreamer1.0-vaapi \
 	gtk+3 \
 	jpeg \
 	json-glib \
@@ -30,6 +29,7 @@  DEPENDS = " \
 	libepoxy \
 	libopus \
 	libusb1 \
+	libva \
 	lz4 \
 	pixman \
 	python3-pyparsing-native \