Import Mesa-7.2.0 as wip/Mesa.
Meta-Package that pulls in all the libraries necessary for an OpenGL environment that aren't already part of the X Window System/XFree.
This commit is contained in:
parent
49949426b8
commit
18c023d23b
2 changed files with 24 additions and 0 deletions
6
Mesa/Makefile.version
Normal file
6
Mesa/Makefile.version
Normal file
|
@ -0,0 +1,6 @@
|
|||
# $NetBSD: Makefile.version,v 1.1.1.1 2008/10/30 21:07:21 bsadewitz Exp $
|
||||
#
|
||||
|
||||
MESA_DISTVERSION= 7.2
|
||||
MESA_PATCHLEVEL= 0
|
||||
MESA_VERSION= ${MESA_DISTVERSION}.${MESA_PATCHLEVEL}
|
18
Mesa/gnu-configure.mk
Normal file
18
Mesa/gnu-configure.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: gnu-configure.mk,v 1.1.1.1 2008/10/30 21:07:21 bsadewitz Exp $
|
||||
#
|
||||
|
||||
MESA_PACKAGES= gl-osmesa glu glut glw
|
||||
|
||||
.if "${MESA_PACKAGES:M${MESA_PACKAGE}}" == ""
|
||||
PKG_FAIL_REASON= "Invalid value for MESA_PACKAGE."
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --enable-${MESA_PACKAGES:M${MESA_PACKAGE}}
|
||||
CONFIGURE_ARGS+= ${MESA_PACKAGES:N${MESA_PACKAGE}:@p@--disable-${p}@}
|
||||
|
||||
# XXX TODO
|
||||
|
||||
CONFIGURE_ARGS+= --disable-ttm-api
|
||||
CONFIGURE_ARGS+= --disable-xcb
|
||||
CONFIGURE_ARGS+= --disable-selinux
|
||||
CONFIGURE_ARGS+= --with-demos=""
|
Loading…
Reference in a new issue