All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option
@ 2015-08-22  8:33 Jonathan Liu
  2015-10-03 23:42 ` Jonathan Liu
  2015-10-13 19:09 ` Andrei Gherzan
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2015-08-22  8:33 UTC (permalink / raw)
  To: yocto

The --with-egl-window-system=rpi configure option is not recognized
in the current version.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index 39ded59..ab0280e 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -1,3 +1,2 @@
 EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \
-                                   -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \
-                                    --with-egl-window-system=rpi"
+                                   -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux'"
-- 
2.5.0



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

end of thread, other threads:[~2015-10-13 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-22  8:33 [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: remove unrecognized configure option Jonathan Liu
2015-10-03 23:42 ` Jonathan Liu
2015-10-13 19:09 ` Andrei Gherzan

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.