pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/eureka OpenGL build needs libXcursor
details: https://anonhg.NetBSD.org/pkgsrc/rev/49456dba1300
branches: trunk
changeset: 414494:49456dba1300
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Mar 29 01:03:22 2020 +0000
description:
OpenGL build needs libXcursor
diffstat:
games/eureka/options.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ab980ddd0c24 -r 49456dba1300 games/eureka/options.mk
--- a/games/eureka/options.mk Sun Mar 29 01:02:57 2020 +0000
+++ b/games/eureka/options.mk Sun Mar 29 01:03:22 2020 +0000
@@ -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 @@
.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