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
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-08 14:43:19 +00:00
parent 05066801d3
commit 91084ce26d
1 changed files with 2 additions and 2 deletions

View File

@ -1410,7 +1410,7 @@ case "$host_os" in
want_evas_engine_software_ddraw="yes" want_evas_engine_software_ddraw="yes"
;; ;;
darwin*) 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" have_ecore_cocoa="no"
case "$host_os" in case "$host_os" in
darwin*) darwin*)
have_ecore_cocoa="yes" have_ecore_cocoa="no"
;; ;;
esac esac