MesaLib18: delete option "texture"
It is now unconditional and was only there for patent reasons. The patent has expired.
This commit is contained in:
parent
40a09971a1
commit
fe7a3583c9
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.5 2019/01/18 14:43:59 tnn Exp $
|
||||
# $NetBSD: options.mk,v 1.6 2019/01/18 19:35:30 tnn Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
|
||||
PKG_SUPPORTED_OPTIONS= llvm dri
|
||||
|
@ -6,7 +6,6 @@ PKG_SUGGESTED_OPTIONS=
|
|||
|
||||
PKG_SUPPORTED_OPTIONS+= dri3 glx-tls xvmc debug
|
||||
PKG_SUPPORTED_OPTIONS+= vdpau vaapi
|
||||
PKG_SUPPORTED_OPTIONS+= texture
|
||||
PKG_SUPPORTED_OPTIONS+= osmesa
|
||||
PKG_SUPPORTED_OPTIONS+= glesv1 glesv2
|
||||
PKG_SUPPORTED_OPTIONS+= xa
|
||||
|
@ -68,10 +67,6 @@ PLIST_VARS+= gbm vaapi vdpau wayland xatracker
|
|||
PLIST_VARS+= osmesa xvmc
|
||||
PLIST_VARS+= glesv1 glesv2
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mtexture)
|
||||
CONFIGURE_ARGS+= --enable-texture-float
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mdri)
|
||||
|
||||
CONFIGURE_ARGS+= --enable-dri
|
||||
|
|
Loading…
Reference in a new issue