mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: mygui-gl: Disable deprecated code compilation.
* gnu/packages/game-development.scm (mygui-gl):
[arguments] {configure-flags}: Disable deprecated code. Needed
for OpenMW to link correctly.
Change-Id: I640d05deb7f9d6a488db46958479e1f1baa5cc06
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
0e743dcde1
commit
48178b1ed7
1 changed files with 2 additions and 1 deletions
|
|
@ -2276,7 +2276,8 @@ of use.")
|
|||
;; Demos and tools are Windows-specific:
|
||||
;; https://github.com/MyGUI/mygui/issues/24.
|
||||
"-DMYGUI_BUILD_DEMOS=FALSE"
|
||||
"-DMYGUI_BUILD_TOOLS=FALSE")))))
|
||||
"-DMYGUI_BUILD_TOOLS=FALSE"
|
||||
"-DMYGUI_DONT_USE_OBSOLETE=TRUE")))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs mygui)
|
||||
(delete "ogre")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue