d6194f0297
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and working.
13 lines
327 B
Makefile
13 lines
327 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/06/03 01:35:22 rodent Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-newport
|
|
PKG_SUPPORTED_OPTIONS= static
|
|
PKG_SUGGESTED_OPTIONS+= # blank
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mstatic)
|
|
CONFIGURE_ARGS+= --enable-static=yes
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-static=no
|
|
.endif
|