From 491389a7eead62919b36bc5de170f61fae4a8f1d Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 4 Mar 2010 08:19:26 +0000 Subject: [PATCH] ecore_con not ready for Windows yet SVN revision: 46863 --- legacy/ecore/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 26f1545a63..2873e18985 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -171,6 +171,7 @@ want_ecore_evas_software_16_wince="no" case "$host_os" in mingw32ce* | cegcc*) + want_ecore_con="no" want_ecore_wince="yes" want_ecore_evas_software_16_wince="yes" ;; @@ -178,6 +179,7 @@ case "$host_os" in want_notify_win32="yes" want_curl="yes" want_glib="auto" + want_ecore_con="no" want_ecore_imf="yes" want_ecore_win32="yes" want_ecore_evas_software_gdi="yes"