aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-06-09 15:18:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:11:56 +0100
commit0219124601998be9c0e856154002ea3c5bb1024c (patch)
tree45bae85098bc9b57d0a2b73256b8715af0bfaf71 /meta/recipes-graphics/mesa/mesa.inc
parent212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e (diff)
downloadopenembedded-core-contrib-0219124601998be9c0e856154002ea3c5bb1024c.tar.gz
mesa: add build-dependency on libxml2-native
glapi/gen needs the libxml2 Python module, but this isn't listed as a build dependency. (From OE-Core rev: 12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc2
1 files changed, 1 insertions, 1 deletions
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"