pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib18 MesaLib18: delete option "texture"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7e91ba8d7eb
branches:  trunk
changeset: 318062:a7e91ba8d7eb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jan 18 19:35:30 2019 +0000

description:
MesaLib18: delete option "texture"

It is now unconditional and was only there for patent reasons. The patent
has expired.

diffstat:

 graphics/MesaLib18/options.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r f8349b703d45 -r a7e91ba8d7eb graphics/MesaLib18/options.mk
--- a/graphics/MesaLib18/options.mk     Fri Jan 18 18:25:39 2019 +0000
+++ b/graphics/MesaLib18/options.mk     Fri Jan 18 19:35:30 2019 +0000
@@ -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_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+=   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



Home | Main Index | Thread Index | Old Index