guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 48178b1ed7736cd2c8e6299251dfc8b9be515eae
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Jan 11 23:41:09 2026 +0100

    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 <[email protected]>
---
 gnu/packages/game-development.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 7e6efe7d61..b1e9f4009c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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")

Reply via email to