mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
212f81dcc9
commit
0219124601
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user