adding Big Sur update fix

see #19111
(include linking against QuartzCore which contains the kCAContentsFormatRGBA8Uint reference)
This commit is contained in:
Stefan Csomor
2021-04-03 21:12:54 +02:00
parent 78b272c1df
commit 5628a4a334
4 changed files with 14 additions and 3 deletions

2
configure vendored
View File

@@ -38269,7 +38269,7 @@ if test "$wxUSE_MAC" = 1 ; then
if test "$wxUSE_OSX_IPHONE" = 1; then
EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore -framework GLKit -framework CoreText"
else
EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework QuartzCore -framework AudioToolbox -framework System -framework OpenGL"
if test "$wxUSE_MEDIACTRL" = "yes"; then