On Thu, Aug 24, 2023 at 10:45 PM Markus Volk <[email protected]> wrote:
>
> The spice-vdagent needs to be running alongside qemu-guest-agent on
> virtualizationguest systems that are using the spice protocol to
> get seamless integration.
>
> Signed-off-by: Markus Volk <[email protected]>
> ---
>  .../spice/spice-guest-vdagent_0.22.1.bb       | 22 +++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 
> meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
>
> 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
> new file mode 100644
> index 0000000000..8894d58e21
> --- /dev/null
> +++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "Spice agent for Linux"
> +HOMEPAGE = "https://spice-space.org";
> +LICENSE = "GPL-3.0-only"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +
> +SRCREV = "aa08162f036840d3e33502dc0a836b03b9cec97c"
> +
> +SRC_URI = 
> "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;branch=master"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol"
> +

since it needs gtk I think it will need
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
REQUIRED_DISTRO_FEATURES = "opengl"

> +EXTRA_OECONF = " \
> +       --with-gtk4 \
> +       --enable-pie \
> +"
> +
> +FILES:${PN} += "${datadir}"
> +
> --
> 2.41.0
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#104598): 
https://lists.openembedded.org/g/openembedded-devel/message/104598
Mute This Topic: https://lists.openembedded.org/mt/100950814/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to