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/evas/config.h.in | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'libraries/evas/config.h.in') diff --git a/libraries/evas/config.h.in b/libraries/evas/config.h.in index 95bb668..84f6c88 100644 --- a/libraries/evas/config.h.in +++ b/libraries/evas/config.h.in @@ -182,6 +182,12 @@ /* Build software Xlib backend */ #undef BUILD_ENGINE_SOFTWARE_XLIB +/* Wayland Egl rendering backend */ +#undef BUILD_ENGINE_WAYLAND_EGL + +/* Wayland Shm rendering backend */ +#undef BUILD_ENGINE_WAYLAND_SHM + /* EET Font Loader Support */ #undef BUILD_FONT_LOADER_EET @@ -410,6 +416,12 @@ /* Build Tiff image loader inside libevas */ #undef EVAS_STATIC_BUILD_TIFF +/* Build wayland-egl engine inside libevas */ +#undef EVAS_STATIC_BUILD_WAYLAND_EGL + +/* Build wayland-shm engine inside libevas */ +#undef EVAS_STATIC_BUILD_WAYLAND_SHM + /* Build WBMP image loader inside libevas */ #undef EVAS_STATIC_BUILD_WBMP @@ -510,6 +522,9 @@ /* Define to 1 if the system has the type `struct sigaction'. */ #undef HAVE_STRUCT_SIGACTION +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MMAN_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H @@ -565,6 +580,24 @@ /* default value since PATH_MAX is not defined */ #undef PATH_MAX +/* Allow pixman to render fonts */ +#undef PIXMAN_FONT + +/* Allow pixman to render images */ +#undef PIXMAN_IMAGE + +/* Allow pixman to render image sampled scaling */ +#undef PIXMAN_IMAGE_SCALE_SAMPLE + +/* Allow pixman to render lines */ +#undef PIXMAN_LINE + +/* Allow pixman to render polys */ +#undef PIXMAN_POLY + +/* Allow pixman to render rects */ +#undef PIXMAN_RECT + /* The size of `Eina_Unicode', as computed by sizeof. */ #undef SIZEOF_EINA_UNICODE @@ -582,6 +615,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Enable tiled rotate algorithm */ +#undef TILE_ROTATE + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE -- cgit v1.1