diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-05-12 10:03:12 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-14 10:35:04 +0100 |
commit | bf2a07be69ffe5c83d68abc9e761929743fa361b (patch) | |
tree | 2d8db20892ea750409a53371e16f9029cc65a32a | |
parent | f3ecec38aa8ae4137b1a0e11b925d0e736e8ffda (diff) | |
download | meta-raspberrypi-bf2a07be69ffe5c83d68abc9e761929743fa361b.tar.gz |
gstreamer1.0-plugins-bad_%.bbappend: Drop --disable-dispmanx
1.14 does not support this option
Fixes
QA Issue: gstreamer1.0-plugins-bad: configure was passed unrecognised options: --disable-dispmanx [unknown-configure-option]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 7292f90..0c741cf 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -9,4 +9,4 @@ PACKAGECONFIG_GL_rpi = "egl gles2" | |||
9 | 9 | ||
10 | PACKAGECONFIG_append_rpi = " hls libmms faad" | 10 | PACKAGECONFIG_append_rpi = " hls libmms faad" |
11 | 11 | ||
12 | PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland" | 12 | PACKAGECONFIG[dispmanx] = "--enable-dispmanx,,userland" |