Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] mesa: remove unrecognized configure options
@ 2013-06-10  8:00 Jonathan Liu
  2013-06-11  9:55 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2013-06-10  8:00 UTC (permalink / raw)
  To: openembedded-core

--disable-glut and --disable-glw are not recognized since Mesa 8.0.
--disable-glu is not recognized since Mesa 9.0.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/recipes-graphics/mesa/mesa-common.inc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index c37ad69..f9d7ced 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -20,10 +20,7 @@ PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl"
 
 inherit autotools pkgconfig pythonnative
 
-EXTRA_OECONF = "--disable-glu \
-                --disable-glw \
-                --disable-glut \
-                --enable-shared-glapi"
+EXTRA_OECONF = "--enable-shared-glapi"
 
 PACKAGECONFIG ??= "egl gles \
 		${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\
-- 
1.8.2.3



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

* Re: [PATCH] mesa: remove unrecognized configure options
  2013-06-10  8:00 [PATCH] mesa: remove unrecognized configure options Jonathan Liu
@ 2013-06-11  9:55 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2013-06-11  9:55 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

On 10 June 2013 09:00, Jonathan Liu <net147@gmail.com> wrote:
> --disable-glut and --disable-glw are not recognized since Mesa 8.0.
> --disable-glu is not recognized since Mesa 9.0.
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>

Signed-off-by: Ross Burton <ross.burton@intel.com>


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

end of thread, other threads:[~2013-06-11  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10  8:00 [PATCH] mesa: remove unrecognized configure options Jonathan Liu
2013-06-11  9:55 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox