kumquat-buildroot/package/x11r7/mesa3d/mesa3d.mk
Will Wagner 53cea4462c mesa3d: bump version
Signed-off-by: Will Wagner <will_wagner@carallon.com>
2013-03-20 15:11:02 +01:00

36 lines
732 B
Makefile

#############################################################
#
# mesa3d
#
#############################################################
MESA3D_VERSION = 7.10.3
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))