gnu: openmw: Use mygui-gl to reduce closure size.
* gnu/packages/game-development.scm (openmw)[inputs]: Replace mygui with mygui-gl.
This commit is contained in:
parent
9fd50db3ae
commit
0655c16e75
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue