Update to YP dunfell 3.1.5
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / recipes-multimedia / gstreamer / gstreamer1.0-plugins-bad_1.16.%.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2
3 SRC_URI_append = " \
4     file://0001-install-wayland.h-header.patch \
5     file://0002-pkgconfig-libgstwayland.patch \
6     file://0003-gstkmssink-add-rcar-du-to-driver-list.patch \
7 "
8
9 PACKAGECONFIG_append = " kms"
10
11 PACKAGECONFIG_remove = '${@ "vulkan" if not ('opengl' in '${DISTRO_FEATURES}') else ""}'
12 DEPENDS_remove = '${@ "weston" if not ('wayland' in '${DISTRO_FEATURES}') else ""}'
13 RDEPENDS_gstreamer1.0-plugins-bad_remove = '${@bb.utils.contains("DISTRO_FEATURES", "wayland opengl", "", "libwayland-egl", d)}'