From 3a8cdc802b133e4200455dfa02dcbc41bb68309c Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 23 Dec 2019 23:03:24 +0000 Subject: mgba: needs glu --- emulators/mgba/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/mgba/options.mk b/emulators/mgba/options.mk index 0ce468a7790..59b1310685a 100644 --- a/emulators/mgba/options.mk +++ b/emulators/mgba/options.mk @@ -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_QT=OFF 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 -- cgit v1.2.3