From a0c0e8959761342f7c3cbe6221b594c3cea53e57 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sat, 16 Apr 2011 13:34:33 +0800 Subject: 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 CC: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/mesa') 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" -- cgit v1.2.3-54-g00ecf