mirror of https://github.com/GNOME/gimp.git
configure: check for gtk-mac-intregration only if GTK+ is built for quartz
This commit is contained in:
parent
1717cb84ed
commit
cfa074628f
|
@ -1836,7 +1836,8 @@ AM_CONDITIONAL(PLATFORM_OSX, test "x$platform_osx" = xyes)
|
|||
# Check for GTK Mac Integration
|
||||
###############################
|
||||
|
||||
if test "x$platform_osx" != xno; then
|
||||
if test "x$platform_osx" != xno &&
|
||||
test "x`$PKG_CONFIG --variable=target gtk+-2.0`" == "xquartz"; then
|
||||
PKG_CHECK_MODULES(GTK_MAC_INTEGRATION, gtk-mac-integration >= gtk_mac_integration_required_version)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue