diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-09 15:18:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:07:42 +0100 |
commit | 12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed (patch) | |
tree | 084786edec5af53b157c893bfb41e76e97546bb8 /meta/recipes-graphics/mesa | |
parent | 73d774fa7456842690af95206b77162d5f1bcb37 (diff) | |
download | openembedded-core-12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed.tar.gz openembedded-core-12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed.tar.bz2 openembedded-core-12414a65bfa9222be0fe0ab7ced2a02e1e5ed2ed.zip |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
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" |