From: Jonathan Liu <net147@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] mesa: remove unrecognized configure options
Date: Mon, 10 Jun 2013 18:00:01 +1000 [thread overview]
Message-ID: <1370851201-30757-1-git-send-email-net147@gmail.com> (raw)
--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
next reply other threads:[~2013-06-10 7:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 8:00 Jonathan Liu [this message]
2013-06-11 9:55 ` [PATCH] mesa: remove unrecognized configure options Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370851201-30757-1-git-send-email-net147@gmail.com \
--to=net147@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox