gnu: openmw: Use mygui-gl to reduce closure size.

* gnu/packages/game-development.scm (openmw)[inputs]: Replace mygui with
mygui-gl.
master
Pierre Neidhardt 2019-05-20 17:00:56 +02:00
parent 9fd50db3ae
commit 0655c16e75
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View 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)