Convert to new override syntax
[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 SRCREV = "c9d23a045e6cb46c023c15f8189ef3ee8b1ddf20"
11
12 S = "${WORKDIR}/git"
13
14 inherit meson pkgconfig python3native
15
16 FILES:${PN} += "${libdir}/*"
17 FILES:${PN} += "${bindir}/*"