summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-19 13:46:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:21 +0100
commit9e8129ee44de83acd49cd1cdeba71841f0899519 (patch)
treee552eec32f9be1f1ca73d5c8e4911b7958afd983 /meta/recipes-graphics
parentcf4594805c7ab755d377fcac118026d04310c19b (diff)
downloadpoky-9e8129ee44de83acd49cd1cdeba71841f0899519.tar.gz
mesa-common: Update for python-native changes
Add pythonnative to the inherits list (From OE-Core rev: 003dad555c7c3df61000bf7f712abb4050f3b4e5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \