diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-16 13:34:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 09:57:02 +0100 |
commit | a0c0e8959761342f7c3cbe6221b594c3cea53e57 (patch) | |
tree | a715299a98878c14a76ea115492754c207c85e38 /meta/recipes-graphics | |
parent | e3f62f35ede46468bfcfd622401f097df80b8cd6 (diff) | |
download | poky-a0c0e8959761342f7c3cbe6221b594c3cea53e57.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
(From OE-Core rev: b8d68c42e8934bb5a99847d91fd9d6e51dce32f5)
Signed-off-by: Yu Ke <ke.yu@intel.com>
CC: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb | 2 |
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" | |||
6 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ | 6 | LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ |
7 | libxml2-native" | 7 | libxml2-native" |
8 | 8 | ||
9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" | 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||