From 8e80b3fd2fea8bf11abaeb108d85b2bdfbe14695 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 25 Feb 2015 22:13:07 +0100 Subject: build: move QuartzCore linking to the cocoa check It's needed for the DisplayLink functions so it must be enabled for the basic cocoa code. --- waftools/checks/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/checks/custom.py') diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index 97bcf9cc5c..d168d9e977 100644 --- a/waftools/checks/custom.py +++ b/waftools/checks/custom.py @@ -106,7 +106,7 @@ def check_cocoa(ctx, dependency_identifier): fn = check_cc( fragment = load_fragment('cocoa.m'), compile_filename = 'test.m', - framework_name = ['Cocoa', 'IOKit', 'OpenGL'], + framework_name = ['Cocoa', 'IOKit', 'OpenGL', 'QuartzCore'], includes = ctx.srcnode.abspath(), linkflags = '-fobjc-arc') -- cgit v1.2.3