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/12a6bbd0c271
branches: trunk
changeset: 328319:12a6bbd0c271
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 4530851371fa -r 12a6bbd0c271 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