diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-18 10:41:42 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-24 12:09:42 +0000 |
commit | 51bb38b728a1f7805620b518014eb21456e6751e (patch) | |
tree | f74cc59e1806ff6a91a44c77c20abd628f8f3477 | |
parent | 30eedfa095c5eb0d7254c2d36eb5a67b3ee34a55 (diff) | |
download | meta-raspberrypi-51bb38b728a1f7805620b518014eb21456e6751e.tar.gz |
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>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 29fcb0e..f373c3e 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,11 +1,7 @@ | |||
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 | ||
5 | |||
6 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 4 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" |
7 | 5 | ||
8 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 6 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
9 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" | 7 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" |
10 | |||
11 | PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland" | ||