pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
MesaLib: remove unused PLIST.wayland variable
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Jul 22 12:34:55 2021 +0200
Changeset: 4cc9fa6a08c7ec4f1e5322e5c8d3a26a6bb7d33f
Modified Files:
MesaLib/options.mk
Log Message:
MesaLib: remove unused PLIST.wayland variable
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cc9fa6a08c7ec4f1e5322e5c8d3a26a6bb7d33f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
MesaLib/options.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/MesaLib/options.mk b/MesaLib/options.mk
index 919ca56644..86645255d6 100644
--- a/MesaLib/options.mk
+++ b/MesaLib/options.mk
@@ -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
@@ -126,7 +126,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