gnu: openmw: Use mygui-gl to reduce closure size.
authorPierre Neidhardt <mail@ambrevar.xyz>
Mon, 20 May 2019 15:00:56 +0000 (17:00 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Mon, 20 May 2019 15:02:39 +0000 (17:02 +0200)
* gnu/packages/game-development.scm (openmw)[inputs]: Replace mygui with
mygui-gl.

gnu/packages/game-development.scm

index 93e2405..7c47132 100644 (file)
@@ -1126,7 +1126,7 @@ of use.")
      `(("bullet" ,bullet)
        ("ffmpeg" ,ffmpeg)
        ("libxt" ,libxt)
-       ("mygui" ,mygui)
+       ("mygui" ,mygui-gl)              ; OpenMW does not need Ogre.
        ("openal" ,openal)
        ("openscenegraph" ,openscenegraph)
        ("qtbase" ,qtbase)