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: riastradh
Date: Fri Jan 24 20:41:20 UTC 2025
Modified Files:
pkgsrc/wm/swc: Makefile
Log Message:
wm/swc: Needs libxcb.
Resolves:
===> Building for swc-0.0.0.20230701
Makefile:64: *** Could not find package xcb . Stop.
*** Error code 2
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/wm/swc/Makefile:1.19
--- pkgsrc/wm/swc/Makefile:1.18 Sun May 19 16:01:26 2024
+++ pkgsrc/wm/swc/Makefile Fri Jan 24 20:41:20 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2024/05/19 16:01:26 nia Exp $
+# $NetBSD: Makefile,v 1.19 2025/01/24 20:41:20 riastradh Exp $
DISTNAME= swc-0.0.0.20230701
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=michaelforney/}
GITHUB_PROJECT= swc
@@ -27,5 +28,6 @@ BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2
.include "../../graphics/wld/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/libxkbcommon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index