[Scummvm-git-logs] scummvm master -> 137759d1d0200804232fb180691a4570678e2db9

ccawley2011 ccawley2011 at gmail.com
Wed Jun 24 20:56:32 UTC 2020


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

Summary:
137759d1d0 CONFIGURE: Fix detection of Linux CD-ROM support


Commit: 137759d1d0200804232fb180691a4570678e2db9
    https://github.com/scummvm/scummvm/commit/137759d1d0200804232fb180691a4570678e2db9
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-06-24T21:56:07+01:00

Commit Message:
CONFIGURE: Fix detection of Linux CD-ROM support

Changed paths:
    configure


diff --git a/configure b/configure
index 2ac34a76f5..b88a52d791 100755
--- a/configure
+++ b/configure
@@ -5460,6 +5460,7 @@ case $_host_os in
 		linuxcd=no
 		cat > $TMPC << EOF
 #include <linux/cdrom.h>
+#include <sys/sysmacros.h>
 #include <sys/types.h>
 int main(void) {
 	int x = CDROMREADAUDIO;




More information about the Scummvm-git-logs mailing list