mirror of https://github.com/GNOME/gimp.git
configure: on Windows, depend on gio-windows-2.0
This commit is contained in:
parent
581a6e16e7
commit
ef37fbbbb2
|
@ -551,7 +551,9 @@ PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
|
||||||
|
|
||||||
PKG_CHECK_MODULES(GIO, gio-2.0)
|
PKG_CHECK_MODULES(GIO, gio-2.0)
|
||||||
|
|
||||||
if test "$os_win32" != "yes"; then
|
if test "x$os_win32" = "xyes"; then
|
||||||
|
PKG_CHECK_MODULES(GIO_WINDOWS, gio-windows-2.0)
|
||||||
|
else
|
||||||
PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0)
|
PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue