spice-guest-vdagent: add missing dependencies

add x11 to REQUIRED_DISTRO_FEATURES

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2023-08-30 10:15:49 +02:00
committed by Khem Raj
parent 1bc98e3643
commit 00f8179720
@@ -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 \