From: Russ Dill Date: Tue, 17 Mar 2009 08:13:37 +0000 (-0700) Subject: mesa 7.2: Add required expat dependancy X-Git-Tag: Release-2010-05/1~3796^2~84^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd888c70ce1fb7d5a66414acf822b563d59b7f14;p=openembedded.git mesa 7.2: Add required expat dependancy --- diff --git a/packages/mesa/mesa-dri_7.2.bb b/packages/mesa/mesa-dri_7.2.bb index 13a22afe01..296a254841 100644 --- a/packages/mesa/mesa-dri_7.2.bb +++ b/packages/mesa/mesa-dri_7.2.bb @@ -1,6 +1,6 @@ include mesa-common.inc -PROTO_DEPS = "xf86driproto glproto dri2proto" +PROTO_DEPS = "xf86driproto glproto dri2proto expat" LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"