pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: remove unused PLIST.wayland ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66a9442b388c
branches:  trunk
changeset: 456216:66a9442b388c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jul 22 10:34:01 2021 +0000

description:
MesaLib: remove unused PLIST.wayland variable

diffstat:

 graphics/MesaLib/options.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 41f429aef2d9 -r 66a9442b388c graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Thu Jul 22 09:57:16 2021 +0000
+++ b/graphics/MesaLib/options.mk       Thu Jul 22 10:34:01 2021 +0000
@@ -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 @@
 PLIST_VARS+=   r600 radeonsi
 
 # Windowing systems
-PLIST_VARS+=   wayland glx
+PLIST_VARS+=   glx
 
 # Misc. features
 PLIST_VARS+=   vdpau
@@ -127,7 +127,6 @@
 #
 .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