pkgsrc-WIP-changes archive

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

gnome-builder: Build on Linux



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Nov 30 19:52:45 2021 +0100
Changeset:	2e62d1a567c78bac966f16f2934301b22067e071

Modified Files:
	gnome-shell/Makefile

Log Message:
gnome-builder: Build on Linux

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

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

diffstat:
 gnome-shell/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index 252ab7ece7..0983989c52 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -43,6 +43,9 @@ PYTHON_FOR_BUILD_ONLY=	tool
 post-extract:
 	cp ${FILESDIR}/*.xml ${WRKSRC}/data/dbus-interfaces/
 
+.if ${OPSYS} == "Linux"
+.include "../../wip/mk/libseccomp.buildlink3.mk"
+.endif
 .include "../../devel/meson/build.mk"
 BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=40.0
 .include "../../devel/libgweather/buildlink3.mk"


Home | Main Index | Thread Index | Old Index