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 <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov 2026-03-17 00:35:25 +02:00 committed by Khem Raj
parent 0530bb6f6c
commit 4a0fb4e6c5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -22,7 +22,6 @@ DEPENDS = " \
cyrus-sasl \ cyrus-sasl \
gstreamer1.0 \ gstreamer1.0 \
gstreamer1.0-plugins-base \ gstreamer1.0-plugins-base \
gstreamer1.0-vaapi \
gtk+3 \ gtk+3 \
jpeg \ jpeg \
json-glib \ json-glib \
@ -30,6 +29,7 @@ DEPENDS = " \
libepoxy \ libepoxy \
libopus \ libopus \
libusb1 \ libusb1 \
libva \
lz4 \ lz4 \
pixman \ pixman \
python3-pyparsing-native \ python3-pyparsing-native \