diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-10 18:00:01 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:55:58 +0100 |
commit | f302eb447b9138e7f4cd217da77aecbd5da70a75 (patch) | |
tree | 298426c472bae27df2bf0c5ab37677445445597c /meta/recipes-graphics/mesa | |
parent | 7a434806ebed84baca1c10637328b730b93e3742 (diff) | |
download | poky-f302eb447b9138e7f4cd217da77aecbd5da70a75.tar.gz |
mesa: remove unrecognized configure options
--disable-glut and --disable-glw are not recognized since Mesa 8.0.
--disable-glu is not recognized since Mesa 9.0.
(From OE-Core rev: dac1f95e03f897237e6551240c200370d5102807)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index c37ad69075..f9d7ced653 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" | |||
20 | 20 | ||
21 | inherit autotools pkgconfig pythonnative | 21 | inherit autotools pkgconfig pythonnative |
22 | 22 | ||
23 | EXTRA_OECONF = "--disable-glu \ | 23 | EXTRA_OECONF = "--enable-shared-glapi" |
24 | --disable-glw \ | ||
25 | --disable-glut \ | ||
26 | --enable-shared-glapi" | ||
27 | 24 | ||
28 | PACKAGECONFIG ??= "egl gles \ | 25 | PACKAGECONFIG ??= "egl gles \ |
29 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\ | 26 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\ |