pkgsrc-WIP-changes archive

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

wlroots: fix copy-paste



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Nov 24 16:06:23 2025 +0100
Changeset:	2a0fe2fc2694dd0bd666cbebd34dea16b0b2539f

Modified Files:
	wlroots/Makefile

Log Message:
wlroots: fix copy-paste

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a0fe2fc2694dd0bd666cbebd34dea16b0b2539f

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

diffstat:
 wlroots/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index bdc3f1fcf8..c823f7175a 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -33,7 +33,7 @@ PLIST_VARS+=		xwayland
 .include "../../wip/seatd/buildlink3.mk"
 .include "../../wip/vulkan-loader/buildlink3.mk"
 
-.if ${X11_TYPE} != "modular"
+.if ${X11_TYPE} == "modular"
 PLIST.xwayland=		yes
 # need update
 .include "../../wip/modular-xorg-xwayland/buildlink3.mk"


Home | Main Index | Thread Index | Old Index