From 4a0fb4e6c53a6859f61907c253d22127c9b2903c Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 17 Mar 2026 00:35:25 +0200 Subject: [PATCH] spice-gtk: enable libva-x11 and drop gstreamer1.0-vaapi 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/spice/spice-gtk_0.42.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3588d674f7..127738a429 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 \