mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ (define-public openmw
|
||||||
`(("bullet" ,bullet)
|
`(("bullet" ,bullet)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("mygui" ,mygui)
|
("mygui" ,mygui-gl) ; OpenMW does not need Ogre.
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("openscenegraph" ,openscenegraph)
|
("openscenegraph" ,openscenegraph)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
|
|
Loading…
Reference in a new issue