From a60d182bf0cb9c8a315c54370a19fd5b1e94a1a2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Jan 2020 07:13:47 -0800 Subject: gstreamer1.0-plugins-base: Adjust for meson conversion OE-core now uses meson to build gstreamer Signed-off-by: Khem Raj --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index f373c3e..bfbce49 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend @@ -1,7 +1,9 @@ EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ -I${STAGING_INCDIR}/interface/vmcs_host/linux'" +# if using bcm driver enable dispmanx not when using VC4 driver PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" +DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" -- cgit v1.2.3-54-g00ecf