Received: by mail.netbsd.org (Postfix, from userid 605) id C9EED84D9D; Thu, 12 Dec 2019 14:47:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52DE984D82 for ; Thu, 12 Dec 2019 14:47:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id sL0DHctm8bAB for ; Thu, 12 Dec 2019 14:47:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A941884D3A for ; Thu, 12 Dec 2019 14:47:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9CFE0FA97; Thu, 12 Dec 2019 14:47:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157616202211280" MIME-Version: 1.0 Date: Thu, 12 Dec 2019 14:47:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/wm/swc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191212144702.9CFE0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157616202211280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Dec 12 14:47:02 UTC 2019 Modified Files: pkgsrc/wm/swc: Makefile Log Message: swc: make an estimation of the libdrm requirement To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/swc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157616202211280 Content-Disposition: inline Content-Length: 810 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/swc/Makefile diff -u pkgsrc/wm/swc/Makefile:1.1 pkgsrc/wm/swc/Makefile:1.2 --- pkgsrc/wm/swc/Makefile:1.1 Wed Dec 11 21:18:06 2019 +++ pkgsrc/wm/swc/Makefile Thu Dec 12 14:47:02 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/11 21:18:06 nia Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/12 14:47:02 nia Exp $ DISTNAME= swc-0.0.0.20191211 CATEGORIES= wm @@ -18,8 +18,10 @@ SPECIAL_PERMS+= bin/swc-launch ${SETUID_ PKGCONFIG_OVERRIDE+= swc.pc.in +BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.83 .include "../../devel/wayland/buildlink3.mk" .include "../../devel/wayland-protocols/buildlink3.mk" .include "../../graphics/wld/buildlink3.mk" +.include "../../x11/libdrm/buildlink3.mk" .include "../../x11/libxkbcommon/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_157616202211280--