pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/mutter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 11 19:11:57 UTC 2022

Modified Files:
        pkgsrc/wm/mutter: Makefile

Log Message:
mutter: add missing dependency on libxkbcommon

Broke build, so no PKGREVISION bump


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/wm/mutter/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/mutter/Makefile
diff -u pkgsrc/wm/mutter/Makefile:1.10 pkgsrc/wm/mutter/Makefile:1.11
--- pkgsrc/wm/mutter/Makefile:1.10      Wed Dec  8 16:02:46 2021
+++ pkgsrc/wm/mutter/Makefile   Mon Jul 11 19:11:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/12/08 16:02:46 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/11 19:11:57 wiz Exp $
 
 DISTNAME=      mutter-40.2
 PKGREVISION=   1
@@ -80,6 +80,7 @@ BUILDLINK_API_DEPENDS.gsettings-desktop-
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"
 .include "../../x11/gnome-desktop3/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"



Home | Main Index | Thread Index | Old Index