aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-16 13:34:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 09:56:10 +0100
commitb8d68c42e8934bb5a99847d91fd9d6e51dce32f5 (patch)
treeb920337974b69bbb8feb6833a49cf474cdb94757 /meta
parent4471f82c720c9d223f69c4cc5591094cc4ff4e5e (diff)
downloadopenembedded-core-contrib-b8d68c42e8934bb5a99847d91fd9d6e51dce32f5.tar.gz
mesa 7.10.2: add python-native dependency
As Tom point out, mesa 7.10 has introduce some python script (e.g. src/mesa/main/es_generator.py), so should add python-native dependency Signed-off-by: Yu Ke <ke.yu@intel.com> CC: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
index 99d60664b9..28f9f27214 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
@@ -6,7 +6,7 @@ PROTO_DEPS = "xf86driproto glproto dri2proto"
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
libxml2-native"
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
+DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native"
PR = "r0"