summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \