From: Ross Burton Date: Mon, 9 Jun 2014 14:18:17 +0000 (+0100) Subject: mesa: add build-dependency on libxml2-native X-Git-Tag: 2015-4~2613 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed;p=openembedded-core.git mesa: add build-dependency on libxml2-native glapi/gen needs the libxml2 Python module, but this isn't listed as a build dependency. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a33b7b52a0..6503c2d7ac 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eac INC_PR = "r9" PE = "2" -DEPENDS = "expat makedepend-native flex-native bison-native udev" +DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native udev" PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa"