4e67ed412e
Note this version requires a recent kernel with KMS support as it is currently configured Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
686 B
Makefile
18 lines
686 B
Makefile
#############################################################
|
|
#
|
|
# mesa3d
|
|
#
|
|
#############################################################
|
|
MESA3D_VERSION:=7.6.1
|
|
MESA3D_SOURCE:=MesaLib-$(MESA3D_VERSION).tar.gz
|
|
MESA3D_SITE:=ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
|
|
|
|
MESA3D_AUTORECONF = NO
|
|
MESA3D_CONF_OPT = --disable-egl --disable-glu --disable-glw --disable-glut --disable-gallium --with-driver=dri --with-dri-drivers=swrast
|
|
MESA3D_INSTALL_STAGING = YES
|
|
MESA3D_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
|
|
|
MESA3D_DEPENDENCIES = xproto_glproto xlib_libXxf86vm xlib_libXdamage xlib_libXfixes xproto_dri2proto libdrm expat
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,mesa3d))
|