diff options
author | nia <nia@pkgsrc.org> | 2019-12-23 23:03:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-23 23:03:24 +0000 |
commit | 3a8cdc802b133e4200455dfa02dcbc41bb68309c (patch) | |
tree | 628d2b422e40b1092deca4c84c20cfc781aeb0ca /emulators | |
parent | d7a68c8bf66543879ee8b235980dcd94778f6aff (diff) | |
download | pkgsrc-3a8cdc802b133e4200455dfa02dcbc41bb68309c.tar.gz |
mgba: needs glu
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mgba/options.mk | 3 |
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 |