pkgsrc-WIP-changes archive

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

wlroots: Require llvm



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 6 23:11:06 2020 +0100
Changeset:	f67381370a7776f730d8143d13f3604197174a44

Modified Files:
	wlroots/Makefile

Log Message:
wlroots: Require llvm

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

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

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

diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index 3e906b3c0f..49764afeac 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -20,4 +20,5 @@ WRKSRC=	${WRKDIR}/wlroots-0.10.0
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
 .include "../../devel/meson/build.mk"
+.include "../../lang/llvm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index