summaryrefslogtreecommitdiff
path: root/graphics/MesaLib
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-07-22 10:34:01 +0000
committertnn <tnn@pkgsrc.org>2021-07-22 10:34:01 +0000
commitdb55f6ddd2dfc54244f3bd4dffada985ad85803b (patch)
tree03cedf9dbdb38397450a91bac3556f0e90c2b554 /graphics/MesaLib
parentda0fcd589bf9321cb1b1d0146a06a9892aa7f2df (diff)
downloadpkgsrc-db55f6ddd2dfc54244f3bd4dffada985ad85803b.tar.gz
MesaLib: remove unused PLIST.wayland variable
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r--graphics/MesaLib/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk
index 1b111d67012..2c7d0066ca3 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -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