blob: b16d5e6c162815febafe8274982fcbc4534239ea [file] [log] [blame]
#############################################################
#
# 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 \
host-libxml2 \
host-python
$(eval $(autotools-package))