diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
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" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" |
14 | 14 | ||
15 | INC_PR = "r14" | 15 | INC_PR = "r15" |
16 | PE = "2" | 16 | PE = "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 |
27 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" | 27 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" |
28 | 28 | ||
29 | inherit autotools pkgconfig | 29 | inherit autotools pkgconfig pythonnative |
30 | 30 | ||
31 | EXTRA_OECONF = "--enable-glu \ | 31 | EXTRA_OECONF = "--enable-glu \ |
32 | --disable-glw \ | 32 | --disable-glw \ |