From 825a3d837a33f226c879cd02ad15c3fba57e8b2c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:30:42 +1000 Subject: Update the EFL to what I'm actually using, coz I'm using some stuff not yet released. --- libraries/ecore/config.h.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libraries/ecore/config.h.in') diff --git a/libraries/ecore/config.h.in b/libraries/ecore/config.h.in index d4308f6..06c1d8e 100644 --- a/libraries/ecore/config.h.in +++ b/libraries/ecore/config.h.in @@ -90,6 +90,12 @@ /* Evas Software Xlib Engine Support */ #undef BUILD_ECORE_EVAS_SOFTWARE_XLIB +/* Support for Wayland Egl Engine in Ecore_Evas */ +#undef BUILD_ECORE_EVAS_WAYLAND_EGL + +/* Support for Wayland Shm Engine in Ecore_Evas */ +#undef BUILD_ECORE_EVAS_WAYLAND_SHM + /* Support for Win32 Engine in Ecore_Evas */ #undef BUILD_ECORE_EVAS_WIN32 @@ -108,6 +114,9 @@ /* Build Ecore_Imf_Evas Module */ #undef BUILD_ECORE_IMF_EVAS +/* Build Ecore_Imf_SCIM Module */ +#undef BUILD_ECORE_IMF_SCIM + /* Build Ecore_Imf_XIM Module */ #undef BUILD_ECORE_IMF_XIM @@ -126,6 +135,9 @@ /* Build Ecore_Sdl Module */ #undef BUILD_ECORE_SDL +/* Build Ecore_Wayland Module */ +#undef BUILD_ECORE_WAYLAND + /* Build Ecore_Win32 Module */ #undef BUILD_ECORE_WIN32 @@ -379,6 +391,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_TCP_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NET_IF_H + /* File monitoring with Windows notification */ #undef HAVE_NOTIFY_WIN32 -- cgit v1.1