[Scummvm-git-logs] scummvm branch-2-8 -> 4cbf971f6c0cd65df60ed67d46e94420f39875fd

sev- noreply at scummvm.org
Wed Jan 17 22:30:02 UTC 2024


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5502c22807 CONFIGURE: Teach configure about serenity
4cbf971f6c CONFIGURE: Take downstream patch from Redox


Commit: 5502c22807fba6072c8a37888706db5867d251f2
    https://github.com/scummvm/scummvm/commit/5502c22807fba6072c8a37888706db5867d251f2
Author: Jelle Raaijmakers (jelle at gmta.nl)
Date: 2024-01-17T23:29:45+01:00

Commit Message:
CONFIGURE: Teach configure about serenity

https://github.com/SerenityOS/serenity/blob/master/Ports/scummvm/patches/0001-Teach-configure-about-serenity.patch

Changed paths:
    configure


diff --git a/configure b/configure
index b72a974f5e2..a3de65f7028 100755
--- a/configure
+++ b/configure
@@ -6370,6 +6370,9 @@ EOF
 			mingw*)
 				OPENGL_LIBS="-lopengl32"
 				;;
+			serenity*)
+				OPENGL_LIBS="-lgl"
+				;;
 			*)
 				OPENGL_LIBS="-lGL"
 				;;


Commit: 4cbf971f6c0cd65df60ed67d46e94420f39875fd
    https://github.com/scummvm/scummvm/commit/4cbf971f6c0cd65df60ed67d46e94420f39875fd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-01-17T23:29:56+01:00

Commit Message:
CONFIGURE: Take downstream patch from Redox

https://gitlab.redox-os.org/redox-os/cookbook/-/blob/master/recipes/emulators/scummvm/01_redox.patch

Changed paths:
    configure


diff --git a/configure b/configure
index a3de65f7028..e8ae1c17384 100755
--- a/configure
+++ b/configure
@@ -4604,7 +4604,7 @@ case $_host_os in
 	amigaos* | dreamcast | ds | gamecube | kolibrios | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii)
 		_posix=no
 		;;
-	3ds | android | beos* | bsd* | cygwin* | darwin* | dragonfly* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphoneos | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | serenity* | solaris* | sunos* | switch | uclinux*)
+	3ds | android | beos* | bsd* | cygwin* | darwin* | dragonfly* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphoneos | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | redox* | serenity* | solaris* | sunos* | switch | uclinux*)
 		_posix=yes
 		;;
 	os2-emx*)




More information about the Scummvm-git-logs mailing list