summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb
blob: 36a141ac03228e4e939b0110173225fb80e5fe39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Waltham transmitter is a libweston plug-in that adds support for receiving input events from a surface streamed on a remote output"
HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=f21c9af4de068fb53b83f0b37d262ec3"

DEPENDS += "wayland wayland-native waltham weston"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/waltham-transmitter-plugin.git;protocol=https;branch=${AGL_BRANCH}"
AGL_BRANCH:aglnext = "next"
SRCREV = "c9d23a045e6cb46c023c15f8189ef3ee8b1ddf20"
SRCREV:aglnext = "${AUTOREV}"

S = "${WORKDIR}/git"

inherit meson pkgconfig python3native

FILES:${PN} += "${libdir}/*"
FILES:${PN} += "${bindir}/*"