diff options
author | John Ralls <jralls@ceridwen.us> | 2016-11-05 14:58:34 -0700 |
---|---|---|
committer | John Ralls <jralls@ceridwen.us> | 2016-11-05 15:08:59 -0700 |
commit | 832f5b892c33c62cff4120728bd68d2f70263764 (patch) | |
tree | 7c98f13994966ec37c3790014f186dbce2cd3718 /configure.ac | |
parent | f4c6994e57af9ea3dc8ecc03a474a4c6d50e8992 (diff) | |
download | gtk+-832f5b892c33c62cff4120728bd68d2f70263764.tar.gz |
Framework Carbon required for building against MacOSX10.12.sdk.
Should be harmless elsewhere.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9a83702c68..09c53d0b00 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |