diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-13 07:13:47 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-02-08 14:16:56 +0000 |
| commit | a60d182bf0cb9c8a315c54370a19fd5b1e94a1a2 (patch) | |
| tree | 40abd57b10f5d1f14f1a41d8da0bf261216776fa | |
| parent | 06c8537bccd8a621e48f07ffaadf1e1c6912e31c (diff) | |
| download | meta-raspberrypi-a60d182bf0cb9c8a315c54370a19fd5b1e94a1a2.tar.gz | |
gstreamer1.0-plugins-base: Adjust for meson conversion
OE-core now uses meson to build gstreamer
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ | 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthreads \ |
| 2 | -I${STAGING_INCDIR}/interface/vmcs_host/linux'" | 2 | -I${STAGING_INCDIR}/interface/vmcs_host/linux'" |
| 3 | 3 | ||
| 4 | # if using bcm driver enable dispmanx not when using VC4 driver | ||
| 4 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 5 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" |
| 6 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | ||
| 5 | 7 | ||
| 6 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 8 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
| 7 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" | 9 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" |
