]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa 7.10.2: add python-native dependency
authorYu Ke <ke.yu@intel.com>
Sat, 16 Apr 2011 05:34:33 +0000 (13:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2011 08:56:10 +0000 (09:56 +0100)
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>
meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb

index 99d60664b9a1030dd7b60a0468e9c17764cc3c99..28f9f272141c70dd541b45279a348627a41e50ff 100644 (file)
@@ -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"