mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00
gstreamer-plugins-bad: enable wayland for OpenGL in vc4graphics
Signed-off-by: Moorthy Baskar <moorthy.bs@ltts.com>
This commit is contained in:
parent
08d6fc96da
commit
c92c83ef0c
|
@ -3,7 +3,9 @@ EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthread
|
|||
|
||||
# if using bcm driver enable dispmanx not when using VC4 driver
|
||||
|
||||
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}"
|
||||
PACKAGECONFIG_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', \
|
||||
bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d), \
|
||||
'dispmanx', d)}"
|
||||
|
||||
PACKAGECONFIG_GL_rpi = "egl gles2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user