pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/eureka



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Mar 29 01:03:22 UTC 2020

Modified Files:
        pkgsrc/games/eureka: options.mk

Log Message:
OpenGL build needs libXcursor


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/eureka/options.mk

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

Modified files:

Index: pkgsrc/games/eureka/options.mk
diff -u pkgsrc/games/eureka/options.mk:1.1 pkgsrc/games/eureka/options.mk:1.2
--- pkgsrc/games/eureka/options.mk:1.1  Wed Feb 26 12:28:02 2020
+++ pkgsrc/games/eureka/options.mk      Sun Mar 29 01:03:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/02/26 12:28:02 micha Exp $
+# $NetBSD: options.mk,v 1.2 2020/03/29 01:03:22 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.eureka
 PKG_SUPPORTED_OPTIONS= opengl xdg-utils
@@ -27,3 +27,7 @@ SUBST_SED.opengl+=    -e 's,LIBS += -lGLU -
 .if !empty(PKG_OPTIONS:Mxdg-utils)
 DEPENDS+=      xdg-utils>=1.1:../../misc/xdg-utils
 .endif
+
+.if !empty(PKG_OPTIONS:Mopengl)
+.include "../../x11/libXcursor/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index