]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mesa3d: requires host-libxml2 and host-python to generate some files
authorVellemans Noel <noel.vellemans@visionbms.com>
Sat, 17 Nov 2012 12:24:01 +0000 (12:24 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 17 Nov 2012 22:41:45 +0000 (23:41 +0100)
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: Vellemans Noel <noel.vellemans@visionbms.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/mesa3d/Config.in
package/x11r7/mesa3d/mesa3d.mk

index 47ded2900256931ef19769c4af12844337d3270a..e5b426eaff6fc58aeedfdc80debfb83882aec2be 100644 (file)
@@ -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
index 8d311e1e9368c97c7b41ba7db59cd1bbcbf43465..b16d5e6c162815febafe8274982fcbc4534239ea 100644 (file)
@@ -28,6 +28,8 @@ MESA3D_DEPENDENCIES = \
        xproto_dri2proto \
        libdrm \
        expat \
-       host-xutil_makedepend
+       host-xutil_makedepend \
+       host-libxml2 \
+       host-python
 
 $(eval $(autotools-package))