X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-core%2Frecipes-graphics%2Fwayland%2Fwaltham-transmitter-plugin.bb;fp=meta-agl-core%2Frecipes-graphics%2Fwayland%2Fwaltham-transmitter-plugin.bb;h=da46d06f9c4e153ed7e6ece69ad0deb5499b83fe;hb=dabc6f23a00da9649900252f916a2f22cdc8d413;hp=0000000000000000000000000000000000000000;hpb=2c0f2f6dbfab6df3c9ac34857811f052ec437c63;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb new file mode 100644 index 000000000..da46d06f9 --- /dev/null +++ b/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb @@ -0,0 +1,17 @@ +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}" +SRCREV = "c9d23a045e6cb46c023c15f8189ef3ee8b1ddf20" + +S = "${WORKDIR}/git/" + +inherit meson pkgconfig python3native + +FILES_${PN} += "${libdir}/*" +FILES_${PN} += "${bindir}/*"