diff options
| author | Rodion Goritskov <rodion@goritskov.com> | 2026-01-11 23:41:09 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-19 21:38:21 +0100 |
| commit | 48178b1ed7736cd2c8e6299251dfc8b9be515eae (patch) | |
| tree | 205579bd9974d92410d4b1f7e9aae89eab0d86c1 /gnu/packages/game-development.scm | |
| parent | 0e743dcde1567ce573debdcafd224c9835079620 (diff) | |
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>
Diffstat (limited to 'gnu/packages/game-development.scm')
| -rw-r--r-- | gnu/packages/game-development.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 7e6efe7d611..b1e9f4009cf 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") |
