summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc
index f697e673e4..120a2566c6 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/meta/recipes-graphics/mesa/mesa-common.inc
@@ -12,7 +12,7 @@ SECTION = "x11"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" 13LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
14 14
15INC_PR = "r14" 15INC_PR = "r15"
16PE = "2" 16PE = "2"
17 17
18 18
@@ -26,7 +26,7 @@ PROVIDES = "virtual/libgl"
26# for mesa-dri and mesa-xlib 26# for mesa-dri and mesa-xlib
27FILESEXTRAPATHS_append := "${THISDIR}/mesa:" 27FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
28 28
29inherit autotools pkgconfig 29inherit autotools pkgconfig pythonnative
30 30
31EXTRA_OECONF = "--enable-glu \ 31EXTRA_OECONF = "--enable-glu \
32 --disable-glw \ 32 --disable-glw \