pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/swc



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.

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"



Home | Main Index | Thread Index | Old Index