From 58d5bf411ff4db68283e6f65706f5255f787a178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 25 Apr 2017 20:22:27 +0200 Subject: [PATCH] modules: SDL 2.0.5 needs AVFoundation on iOS. --- modules/FindSDL2.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/FindSDL2.cmake b/modules/FindSDL2.cmake index a4db9bf9c..9e4e329de 100644 --- a/modules/FindSDL2.cmake +++ b/modules/FindSDL2.cmake @@ -76,6 +76,7 @@ find_path(SDL2_INCLUDE_DIR if(CORRADE_TARGET_IOS) set(_SDL2_FRAMEWORKS AudioToolbox + AVFoundation CoreGraphics CoreMotion Foundation