mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
gstreamer1.0-plugins-base: adapt to gstreamer1.0 now using meson
* depends on oe-core changes which adds dispmanx PACKAGECONFIG to gstreamer1.0-plugins-base Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
30eedfa095
commit
51bb38b728
|
@ -1,11 +1,7 @@
|
|||
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)}"
|
||||
|
||||
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)}"
|
||||
|
||||
PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland"
|
||||
|
|
Loading…
Reference in New Issue
Block a user