mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Liliana Marie Prikler
parent
0e743dcde1
commit
48178b1ed7
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user