ecore_cocoa: Add missing opengl framework

This commit is contained in:
Raoul Hecky 2014-06-08 21:33:22 +02:00 committed by Cedric BAIL
parent 0c8954e6ec
commit 81f7d660c4
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ window = [[NSWindow alloc]
]])],
[
have_dep="yes"
evas_engine_[]$1[]_libs="-framework Cocoa"
evas_engine_[]$1[]_libs="-framework Cocoa -framework OpenGL"
],
[have_dep="no"])
LIBS="$LIBS_save"