diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-30 10:15:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-30 14:45:47 -0700 |
commit | 00f8179720edef66aa623be87e7961a81bc9ef85 (patch) | |
tree | 27e3dba2b8dc2033ea47dc7dc5fe176004ad250e /meta-networking | |
parent | 1bc98e364302c57a454aa94e835138312811c9e1 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-networking')
-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 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; | |||
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 \ |