| Submitter | Yu Ke |
|---|---|
| Date | April 18, 2011, 5:45 a.m. |
| Message ID | <1f55cb61f117508250ece18d8a0035bcbd8b825a.1303105369.git.ke.yu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/2445/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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 99d6066..28f9f27 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"