Commit 517e5395 authored by Vellemans Noel's avatar Vellemans Noel Committed by Peter Korsgaard
Browse files

mesa3d: requires host-libxml2 and host-python to generate some files



mesa3d now generates some C files at build time (related to the OpenGL
API) from XML files. This generation process is done using Python
scripts that require the libxml2 Python module.

Patch based on the initial work of Will Wagner (Thanks Will).

Signed-off-by: default avatarVellemans Noel <noel.vellemans@visionbms.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent e445f54b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ config BR2_PACKAGE_MESA3D
	select BR2_PACKAGE_XPROTO_DRI2PROTO
	select BR2_PACKAGE_LIBDRM
	select BR2_PACKAGE_EXPAT
	select BR2_PACKAGE_HOST_LIBXML2_PYTHON
	depends on BR2_PACKAGE_XSERVER_xorg
	depends on BR2_INSTALL_LIBSTDCPP
	help
+3 −1
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ MESA3D_DEPENDENCIES = \
	xproto_dri2proto \
	libdrm \
	expat \
	host-xutil_makedepend
	host-xutil_makedepend \
	host-libxml2 \
	host-python

$(eval $(autotools-package))