734fadf6f49cd3937557082446ffbef23a6f09a8
[AGL/meta-agl.git] / meta-agl-core / recipes-graphics / wayland / waltham-transmitter-plugin.bb
1 DESCRIPTION = "Waltham transmitter is a libweston plug-in that adds support for receiving input events from a surface streamed on a remote output"
2 HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git"
3
4 LICENSE = "MIT"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=f21c9af4de068fb53b83f0b37d262ec3"
6
7 DEPENDS += "wayland wayland-native waltham weston"
8
9 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git;protocol=https;branch=${AGL_BRANCH}"
10 AGL_BRANCH:aglnext = "next"
11 SRCREV = "d64b99a999fcc17322393782fe802122fd963ced"
12 SRCREV:aglnext = "${AUTOREV}"
13
14 S = "${WORKDIR}/git"
15
16 inherit meson pkgconfig python3native
17
18 FILES:${PN} += "${libdir}/*"
19 FILES:${PN} += "${bindir}/*"