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:11:56 +0100 |
commit | 0219124601998be9c0e856154002ea3c5bb1024c (patch) | |
tree | 45bae85098bc9b57d0a2b73256b8715af0bfaf71 /meta/recipes-graphics | |
parent | 212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e (diff) | |
download | poky-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')
-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 | |||
15 | INC_PR = "r9" | 15 | INC_PR = "r9" |
16 | PE = "2" | 16 | PE = "2" |
17 | 17 | ||
18 | DEPENDS = "expat makedepend-native flex-native bison-native udev" | 18 | DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native udev" |
19 | 19 | ||
20 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa" | 20 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa" |
21 | 21 | ||