summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-02 16:02:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-02 16:02:51 (GMT)
commit25b1cb4e5ed9c653e043732ae1c1dd3f337cbede (patch)
treea631eeb5dedaba79233fffc70d6a48dff3acbc8e /unix
parent2e20e3d127da5e8a49e124ff975a94b375367526 (diff)
parent4d920f810552574d0e101cb9493acd1c249e1099 (diff)
downloadtk-25b1cb4e5ed9c653e043732ae1c1dd3f337cbede.zip
tk-25b1cb4e5ed9c653e043732ae1c1dd3f337cbede.tar.gz
tk-25b1cb4e5ed9c653e043732ae1c1dd3f337cbede.tar.bz2
Merge enhanced-index
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.ac2
2 files changed, 2 insertions, 2 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
diff --git a/unix/configure.ac b/unix/configure.ac
index b6f602b..adbf461 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -303,7 +303,7 @@ fi
if test $tk_aqua = yes; then
AC_DEFINE(MAC_OSX_TK, 1, [Are we building TkAqua?])
- 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