summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-12-23 23:03:24 +0000
committernia <nia@pkgsrc.org>2019-12-23 23:03:24 +0000
commit6097a5415d7e726177c1003bf6bf4d88234a3f18 (patch)
tree1acf7cbf43dd3ac6021c76a664f05b354d677810 /emulators
parent68607bec9b33ba95e030a313617cfc9a3068dcca (diff)
downloadpkgsrc-6097a5415d7e726177c1003bf6bf4d88234a3f18.tar.gz
mgba: needs glu
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mgba/options.mk3
1 files changed, 2 insertions, 1 deletions
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