blob: 3d910304c43c1ed225eae2768792bfa8b1c2bbe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append = " \
file://0001-install-wayland.h-header.patch \
file://0002-pkgconfig-libgstwayland.patch \
file://0003-gstkmssink-add-rcar-du-to-driver-list.patch \
"
PACKAGECONFIG_append = " kms"
PACKAGECONFIG_remove = '${@ "vulkan" if not ('opengl' in '${DISTRO_FEATURES}') else ""}'
DEPENDS_remove = '${@ "weston" if not ('wayland' in '${DISTRO_FEATURES}') else ""}'
RDEPENDS_gstreamer1.0-plugins-bad_remove = '${@bb.utils.contains("DISTRO_FEATURES", "wayland opengl", "", "libwayland-egl", d)}'
|