diff options
author | culler <culler> | 2021-04-28 05:26:46 (GMT) |
---|---|---|
committer | culler <culler> | 2021-04-28 05:26:46 (GMT) |
commit | 2ce4830f8b177a13e360b787bba7b2b73adb8183 (patch) | |
tree | a734886cbd761ecf745bbe45cc63ae447737c80a /unix/configure | |
parent | 3518f5614a393f2761dc58f4baa386115cbda33d (diff) | |
parent | 0512da3facc4560d40d97a359c4a1ecefbee4da5 (diff) | |
download | tk-2ce4830f8b177a13e360b787bba7b2b73adb8183.zip tk-2ce4830f8b177a13e360b787bba7b2b73adb8183.tar.gz tk-2ce4830f8b177a13e360b787bba7b2b73adb8183.tar.bz2 |
CALayer backing for 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
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 |