From 9c0279bc2c7bafee9ef9ef4a5799c0e5ea378239 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 12 Oct 2017 20:05:39 -0300 Subject: [PATCH] configure: fix CoreGraphics module name Signed-off-by: James Almer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ade67a31bb..ce5ad8a7a4 100755 --- a/configure +++ b/configure @@ -5866,7 +5866,7 @@ check_apple_framework CoreVideo enabled avfoundation && { disable coregraphics applicationservices - check_lib CoreGraphics CoreGraphics/CoreGraphics.h CGGetActiveDisplayList "-framework CoreGraphics" || + check_lib coregraphics CoreGraphics/CoreGraphics.h CGGetActiveDisplayList "-framework CoreGraphics" || check_lib applicationservices ApplicationServices/ApplicationServices.h CGGetActiveDisplayList "-framework ApplicationServices"; } enabled videotoolbox && {