pkgsrc-WIP-changes archive

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

labwc: enable xwayland only with modular X11_TYPE



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sun Dec 14 10:49:09 2025 +0100
Changeset:	8b88ebc1f8f8c39651623c561b715ce6c317359a

Modified Files:
	labwc/Makefile

Log Message:
labwc: enable xwayland only with modular X11_TYPE

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

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

diffstat:
 labwc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/labwc/Makefile b/labwc/Makefile
index 5c2b9956cf..36da83a619 100644
--- a/labwc/Makefile
+++ b/labwc/Makefile
@@ -42,7 +42,9 @@ post-install:
 .include "../../graphics/librsvg/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 
+.if ${X11_TYPE} == "modular"
 .include "../../wip/modular-xorg-xwayland/buildlink3.mk"
+.endif
 
 .include "../../wip/libsfdo/buildlink3.mk"
 .include "../../wip/wlroots/buildlink3.mk"


Home | Main Index | Thread Index | Old Index