pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mgba mgba: needs glu



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68de6743108d
branches:  trunk
changeset: 345991:68de6743108d
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 23 23:03:24 2019 +0000

description:
mgba: needs glu

diffstat:

 emulators/mgba/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0a9b8d9b7c0e -r 68de6743108d emulators/mgba/options.mk
--- a/emulators/mgba/options.mk Mon Dec 23 22:16:33 2019 +0000
+++ b/emulators/mgba/options.mk Mon Dec 23 23:03:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/06/08 22:46:03 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/12/23 23:03:24 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mgba
 
@@ -37,6 +37,7 @@
 CMAKE_ARGS+=   -DBUILD_GL=ON
 CMAKE_ARGS+=   -DUSE_EPOXY=ON
 .include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/libepoxy/buildlink3.mk"
 .else
 CMAKE_ARGS+=   -DBUILD_GL=OFF



Home | Main Index | Thread Index | Old Index