mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
CONFIGURE: Update pkgconfig-related comments for mingw
This commit is contained in:
parent
fe231af1ea
commit
4ccb0084be
4
configure
vendored
4
configure
vendored
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user