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 <[email protected]> --- 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 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 \ -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125295): https://lists.openembedded.org/g/openembedded-devel/message/125295 Mute This Topic: https://lists.openembedded.org/mt/118355237/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
