[Scummvm-git-logs] scummvm master -> 4ccb0084be5a40bed151b833933d13c54d2936d6
orgads
orgads at gmail.com
Sun Aug 1 07:10:52 UTC 2021
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:
4ccb0084be CONFIGURE: Update pkgconfig-related comments for mingw
Commit: 4ccb0084be5a40bed151b833933d13c54d2936d6
https://github.com/scummvm/scummvm/commit/4ccb0084be5a40bed151b833933d13c54d2936d6
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-08-01T10:10:37+03:00
Commit Message:
CONFIGURE: Update pkgconfig-related comments for mingw
Changed paths:
configure
diff --git a/configure b/configure
index d8f4d5edd1..b6e96371da 100755
--- a/configure
+++ b/configure
@@ -5090,7 +5090,7 @@ else
if test "$_libunity" = auto ; then
case $_host_os in
mingw*)
- # pkgconfig and unity are not supported on mingw
+ # unity is not supported on mingw
_libunity=no
;;
*)
@@ -5131,7 +5131,7 @@ else
if test "$_gtk" = auto ; then
case $_host_os in
mingw*)
- # pkgconfig and gtk are not supported on mingw
+ # gtk is not required on mingw
_gtk=no
;;
*)
More information about the Scummvm-git-logs
mailing list