diff options
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 |
1 files changed, 3 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..d366897 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -3,7 +3,9 @@ EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_INCDIR}/interface/vcos/pthread | |||
3 | 3 | ||
4 | # if using bcm driver enable dispmanx not when using VC4 driver | 4 | # if using bcm driver enable dispmanx not when using VC4 driver |
5 | 5 | ||
6 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 6 | PACKAGECONFIG_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', \ |
7 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d), \ | ||
8 | 'dispmanx', d)}" | ||
7 | 9 | ||
8 | PACKAGECONFIG_GL_rpi = "egl gles2" | 10 | PACKAGECONFIG_GL_rpi = "egl gles2" |
9 | 11 | ||