pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jul 22 10:34:01 UTC 2021

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

Log Message:
MesaLib: remove unused PLIST.wayland variable


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/MesaLib/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/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.81 pkgsrc/graphics/MesaLib/options.mk:1.82
--- pkgsrc/graphics/MesaLib/options.mk:1.81     Thu Apr  9 16:54:22 2020
+++ pkgsrc/graphics/MesaLib/options.mk  Thu Jul 22 10:34:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.81 2020/04/09 16:54:22 nia Exp $
+# $NetBSD: options.mk,v 1.82 2021/07/22 10:34:01 tnn Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 
@@ -47,7 +47,7 @@ PKG_SUGGESTED_OPTIONS+=               elf-tls
 PLIST_VARS+=   r600 radeonsi
 
 # Windowing systems
-PLIST_VARS+=   wayland glx
+PLIST_VARS+=   glx
 
 # Misc. features
 PLIST_VARS+=   vdpau
@@ -127,7 +127,6 @@ MESON_ARGS+=                -Dgallium-vdpau=false
 #
 .if !empty(PKG_OPTIONS:Mwayland)
 MESA_PLATFORMS+=       wayland
-PLIST.wayland=         yes
 .  include "../../devel/wayland/buildlink3.mk"
 .  include "../../devel/wayland-protocols/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index