summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorculler <culler>2021-04-28 05:26:46 (GMT)
committerculler <culler>2021-04-28 05:26:46 (GMT)
commit2ce4830f8b177a13e360b787bba7b2b73adb8183 (patch)
treea734886cbd761ecf745bbe45cc63ae447737c80a /unix/configure
parent3518f5614a393f2761dc58f4baa386115cbda33d (diff)
parent0512da3facc4560d40d97a359c4a1ecefbee4da5 (diff)
downloadtk-2ce4830f8b177a13e360b787bba7b2b73adb8183.zip
tk-2ce4830f8b177a13e360b787bba7b2b73adb8183.tar.gz
tk-2ce4830f8b177a13e360b787bba7b2b73adb8183.tar.bz2
CALayer backing for 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 579bd0d..c05d9b4 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7665,7 +7665,7 @@ if test $tk_aqua = yes; then
printf "%s\n" "#define MAC_OSX_TK 1" >>confdefs.h
- LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit -framework Security"
+ LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit -framework QuartzCore -framework Security"
if test -d /System/Library/Frameworks/UserNotifications.framework; then
LIBS="$LIBS -framework UserNotifications"
fi