pkgsrc-WIP-changes archive

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

wayland: merge changes from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 29 23:42:27 2025 +0200
Changeset:	2e53bb1fb4bb700cd350d673929cf6d022f680b7

Modified Files:
	wayland/Makefile

Log Message:
wayland: merge changes from pkgsrc

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

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

diffstat:
 wayland/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/wayland/Makefile b/wayland/Makefile
index 580751259b..389b1f2fb3 100644
--- a/wayland/Makefile
+++ b/wayland/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://wayland.freedesktop.org/
 COMMENT=	Display server protocol - development libraries
 LICENSE=	mit
 
+TOOL_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
+
 USE_TOOLS+=	pkg-config
 
 USE_LANGUAGES=	c c++
@@ -43,5 +45,5 @@ CPPFLAGS+=	-I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
 .endif
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index