pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib18



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Jan 18 19:35:30 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib18: options.mk

Log Message:
MesaLib18: delete option "texture"

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/MesaLib18/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib18/options.mk
diff -u pkgsrc/graphics/MesaLib18/options.mk:1.5 pkgsrc/graphics/MesaLib18/options.mk:1.6
--- pkgsrc/graphics/MesaLib18/options.mk:1.5    Fri Jan 18 14:43:59 2019
+++ pkgsrc/graphics/MesaLib18/options.mk        Fri Jan 18 19:35:30 2019
@@ -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 xat
 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