mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
spice-guest-vdagent: add recipe
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-gtk4 \
|
||||
--enable-pie \
|
||||
"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user