From 91084ce26d364e848790f5dcb449ca5ef55367e3 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 8 Dec 2012 14:43:19 +0000 Subject: [PATCH] efl: do not compile cocoa stuff as it's broken. I'm waiting feedback from the ML whenever someone will fix or we'll remove that. SVN revision: 80522 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d13df3a30c..aa8cec21c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1410,7 +1410,7 @@ case "$host_os" in want_evas_engine_software_ddraw="yes" ;; darwin*) - want_evas_engine_gl_cocoa="yes" + want_evas_engine_gl_cocoa="no" ;; *) ;; @@ -2269,7 +2269,7 @@ AC_MSG_NOTICE([Ecore_Cocoa checks]) have_ecore_cocoa="no" case "$host_os" in darwin*) - have_ecore_cocoa="yes" + have_ecore_cocoa="no" ;; esac