aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
blob: 3af973eed1390f4cb22c635a5119cb6b8493b080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 x11"

inherit autotools pkgconfig features_check

DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes xrandr xinerama libx11"

EXTRA_OECONF = " \
	--with-gtk4 \
	--enable-pie \
"

FILES:${PN} += "${datadir}"