summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
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:40:08 +0100
commit003dad555c7c3df61000bf7f712abb4050f3b4e5 (patch)
tree23868ad6dc06473ca66f124aa422e82d9cdd212c /meta/recipes-graphics/mesa
parentac037bb9aeab67c1b8b8400b0b8ad5f507c75a48 (diff)
downloadopenembedded-core-003dad555c7c3df61000bf7f712abb4050f3b4e5.tar.gz
mesa-common: Update for python-native changes
Add pythonnative to the inherits list 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.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"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
-INC_PR = "r14"
+INC_PR = "r15"
PE = "2"
@@ -26,7 +26,7 @@ PROVIDES = "virtual/libgl"
# for mesa-dri and mesa-xlib
FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
-inherit autotools pkgconfig
+inherit autotools pkgconfig pythonnative
EXTRA_OECONF = "--enable-glu \
--disable-glw \