Framework Carbon required for building against MacOSX10.12.sdk.

Should be harmless elsewhere.
This commit is contained in:
John Ralls 2016-11-05 14:58:34 -07:00
parent f4c6994e57
commit 832f5b892c

View File

@ -404,7 +404,7 @@ if test "x$enable_quartz_backend" = xyes; then
backend_immodules="$backend_immodules,quartz"
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_QUARTZ"
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa"
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa -framework Carbon"
DISABLE_ON_QUARTZ='%'
AM_CONDITIONAL(USE_QUARTZ, true)
if test "x$quartz_relocation" = xyes; then