diff options
-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)}\ |