summaryrefslogtreecommitdiff
path: root/emulators/yabause
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-30 17:01:32 +0000
committernia <nia@pkgsrc.org>2019-08-30 17:01:32 +0000
commitc2ebe51d04e4c11740cd7a8e1972a678cd84130f (patch)
tree8c60e6a12d4d573c985988021a6273bd9438511b /emulators/yabause
parent9735b40e8e365a5e031e141a5bc913a0b9b5fdab (diff)
downloadpkgsrc-c2ebe51d04e4c11740cd7a8e1972a678cd84130f.tar.gz
Switch packages using GLUT to FreeGLUT.
Start building FreeGLUT with GLUT compatibility on. - GLUT's maintainance state is much worse than FreeGLUT's, with no substanital commits since 2011. - GLUT can no longer be consider a core component of Mesa or X11. - Nobody except us seems to be using it... Other vendors still shipping GLUT: - GoboLinux, T2 SDE, PLD Linux Revbump packages using GLUT or freeglut by default.
Diffstat (limited to 'emulators/yabause')
-rw-r--r--emulators/yabause/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/yabause/options.mk b/emulators/yabause/options.mk
index efefc83555b..28104f71b35 100644
--- a/emulators/yabause/options.mk
+++ b/emulators/yabause/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2016/07/16 00:21:20 markd Exp $
+# $NetBSD: options.mk,v 1.7 2019/08/30 17:01:32 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.yabause
PKG_SUPPORTED_OPTIONS= openal opengl sdl
@@ -36,7 +36,7 @@ CMAKE_ARGS+= -DYAB_WANT_OPENAL=OFF
.endif
.if !empty(PKG_OPTIONS:Mopengl)
-.include "../../graphics/glut/buildlink3.mk"
+.include "../../graphics/freeglut/buildlink3.mk"
CMAKE_ARGS+= -DYAB_WANT_OPENGL=ON
.else
CMAKE_ARGS+= -DYAB_WANT_OPENGL=OFF