diff options
| -rw-r--r-- | meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb | 4 |
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 b51e03899f..3af973eed1 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; | |||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | REQUIRED_DISTRO_FEATURES = "opengl" | 13 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig features_check | 15 | inherit autotools pkgconfig features_check |
| 16 | 16 | ||
| 17 | DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol" | 17 | DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes xrandr xinerama libx11" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = " \ | 19 | EXTRA_OECONF = " \ |
| 20 | --with-gtk4 \ | 20 | --with-gtk4 \ |
