From 00f8179720edef66aa623be87e7961a81bc9ef85 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 30 Aug 2023 10:15:49 +0200 Subject: spice-guest-vdagent: add missing dependencies add x11 to REQUIRED_DISTRO_FEATURES Signed-off-by: Markus Volk Acked-by: Martin Jansa Signed-off-by: Khem Raj --- meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb index b51e03899..3af973eed 100644 --- a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb +++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb @@ -10,11 +10,11 @@ SRC_URI = "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https; S = "${WORKDIR}/git" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" -REQUIRED_DISTRO_FEATURES = "opengl" +REQUIRED_DISTRO_FEATURES = "opengl x11" inherit autotools pkgconfig features_check -DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol" +DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes xrandr xinerama libx11" EXTRA_OECONF = " \ --with-gtk4 \ -- cgit v1.2.3-54-g00ecf