kumquat-buildroot/package/x11r7/mesa3d/mesa3d.mk
Thomas Petazzoni 8bd0a20b14 mesa3d: add dependency on host-xutil_makedepend
The mesa3d now requires the makedepend host utility, otherwise, it
fails with:

configure: error: makedepend is required to build Mesa

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Noel Vellemans <Noel.Vellemans@visionBMS.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-10-14 20:15:10 +02:00

34 lines
701 B
Makefile

#############################################################
#
# mesa3d
#
#############################################################
MESA3D_VERSION = 7.10.1
MESA3D_SOURCE = MesaLib-$(MESA3D_VERSION).tar.gz
MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
MESA3D_AUTORECONF = YES
MESA3D_INSTALL_STAGING = YES
MESA3D_CONF_OPT = \
--disable-egl \
--disable-glu \
--disable-glw \
--disable-glut \
--disable-gallium \
--with-driver=dri \
--with-dri-drivers=swrast \
--disable-static
MESA3D_DEPENDENCIES = \
xproto_glproto \
xlib_libXxf86vm \
xlib_libXdamage \
xlib_libXfixes \
xproto_dri2proto \
libdrm \
expat \
host-xutil_makedepend
$(eval $(autotools-package))