summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/waltham-transmitter-plugin.bb
blob: 734fadf6f49cd3937557082446ffbef23a6f09a8 (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 = "d64b99a999fcc17322393782fe802122fd963ced"
SRCREV:aglnext = "${AUTOREV}"

S = "${WORKDIR}/git"

inherit meson pkgconfig python3native

FILES:${PN} += "${libdir}/*"
FILES:${PN} += "${bindir}/*"
ecipe for MMP BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" PREFERRED_VERSION_gstreamer1.0-libav = "1.4.5" PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.4.5" PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.4.5" PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.4.5" PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.4.5" PREFERRED_VERSION_gstreamer1.0-plugins-vspfilter = "1.0%" MACHINE_FEATURES_append = " multimedia" DISTRO_FEATURES_append = " use_eva_pkg" #DISTRO_FEATURES_append = " h265dec_lib mpeg2dec_lib" DISTRO_FEATURES_append = " h264dec_lib aaclcdec_lib aaclcdec_mdw" DISTRO_FEATURES_BACKFILL_remove = "gobject-introspection-data" IMAGE_INSTALL_append_rcar-gen3 = " \ kernel-module-pvrsrvkm \ omx-user-module \ weston-bin \ "