summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb25
1 files changed, 25 insertions, 0 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
new file mode 100644
index 0000000000..b51e03899f
--- /dev/null
+++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Spice agent for Linux"
2HOMEPAGE = "https://spice-space.org"
3LICENSE = "GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6SRCREV = "aa08162f036840d3e33502dc0a836b03b9cec97c"
7
8SRC_URI = "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;branch=master"
9
10S = "${WORKDIR}/git"
11
12ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
13REQUIRED_DISTRO_FEATURES = "opengl"
14
15inherit autotools pkgconfig features_check
16
17DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol"
18
19EXTRA_OECONF = " \
20 --with-gtk4 \
21 --enable-pie \
22"
23
24FILES:${PN} += "${datadir}"
25