All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland
@ 2016-12-06  9:33 Gary Thomas
  2016-12-06 12:45 ` Herve Jourdain
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2016-12-06  9:33 UTC (permalink / raw)
  To: yocto; +Cc: Gary Thomas

Selection of the libgl packages should be by virtual/XXX.  Using 'userland'
directly can lead to build conflicts and make the system unbuildable.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index 7292f90..432869d 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"
 
 PACKAGECONFIG_append_rpi = " hls libmms faad"
 
-PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,userland"
+PACKAGECONFIG[dispmanx] = "--enable-dispmanx,--disable-dispmanx,virtual/egl virtual/libgles2"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-08  4:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06  9:33 [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: Don't hard wire use of userland Gary Thomas
2016-12-06 12:45 ` Herve Jourdain
2016-12-06 15:02   ` Gary Thomas
2016-12-06 15:48     ` Andrei Gherzan
2016-12-06 15:57       ` Gary Thomas
2016-12-06 18:04         ` Andrei Gherzan
2016-12-06 18:22         ` ***SPAM*** " Herve Jourdain
2016-12-07 10:25           ` Gary Thomas
2016-12-08  4:31             ` Herve Jourdain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.