summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-30 10:15:49 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-30 14:45:47 -0700
commit00f8179720edef66aa623be87e7961a81bc9ef85 (patch)
tree27e3dba2b8dc2033ea47dc7dc5fe176004ad250e
parent1bc98e364302c57a454aa94e835138312811c9e1 (diff)
downloadmeta-openembedded-00f8179720edef66aa623be87e7961a81bc9ef85.tar.gz
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>
-rw-r--r--meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb4
1 files 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;
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 12ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
13REQUIRED_DISTRO_FEATURES = "opengl" 13REQUIRED_DISTRO_FEATURES = "opengl x11"
14 14
15inherit autotools pkgconfig features_check 15inherit autotools pkgconfig features_check
16 16
17DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol" 17DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes xrandr xinerama libx11"
18 18
19EXTRA_OECONF = " \ 19EXTRA_OECONF = " \
20 --with-gtk4 \ 20 --with-gtk4 \