pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glfw



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:42:35 UTC 2019

Modified Files:
        pkgsrc/graphics/glfw: Makefile

Log Message:
Needs libXi, formerly pulled in by Mesa.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/glfw/Makefile

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

Modified files:

Index: pkgsrc/graphics/glfw/Makefile
diff -u pkgsrc/graphics/glfw/Makefile:1.5 pkgsrc/graphics/glfw/Makefile:1.6
--- pkgsrc/graphics/glfw/Makefile:1.5   Sun Oct  6 11:32:18 2019
+++ pkgsrc/graphics/glfw/Makefile       Sat Dec 21 23:42:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/10/06 11:32:18 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/21 23:42:35 joerg Exp $
 
 DISTNAME=      glfw-3.3
 CATEGORIES=    graphics
@@ -21,6 +21,7 @@ CMAKE_ARGS+=  -DGLFW_BUILD_DOCS=OFF
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"



Home | Main Index | Thread Index | Old Index