aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/config.h.in')
-rw-r--r--libraries/evas/config.h.in36
1 files changed, 36 insertions, 0 deletions
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 @@
182/* Build software Xlib backend */ 182/* Build software Xlib backend */
183#undef BUILD_ENGINE_SOFTWARE_XLIB 183#undef BUILD_ENGINE_SOFTWARE_XLIB
184 184
185/* Wayland Egl rendering backend */
186#undef BUILD_ENGINE_WAYLAND_EGL
187
188/* Wayland Shm rendering backend */
189#undef BUILD_ENGINE_WAYLAND_SHM
190
185/* EET Font Loader Support */ 191/* EET Font Loader Support */
186#undef BUILD_FONT_LOADER_EET 192#undef BUILD_FONT_LOADER_EET
187 193
@@ -410,6 +416,12 @@
410/* Build Tiff image loader inside libevas */ 416/* Build Tiff image loader inside libevas */
411#undef EVAS_STATIC_BUILD_TIFF 417#undef EVAS_STATIC_BUILD_TIFF
412 418
419/* Build wayland-egl engine inside libevas */
420#undef EVAS_STATIC_BUILD_WAYLAND_EGL
421
422/* Build wayland-shm engine inside libevas */
423#undef EVAS_STATIC_BUILD_WAYLAND_SHM
424
413/* Build WBMP image loader inside libevas */ 425/* Build WBMP image loader inside libevas */
414#undef EVAS_STATIC_BUILD_WBMP 426#undef EVAS_STATIC_BUILD_WBMP
415 427
@@ -510,6 +522,9 @@
510/* Define to 1 if the system has the type `struct sigaction'. */ 522/* Define to 1 if the system has the type `struct sigaction'. */
511#undef HAVE_STRUCT_SIGACTION 523#undef HAVE_STRUCT_SIGACTION
512 524
525/* Define to 1 if you have the <sys/mman.h> header file. */
526#undef HAVE_SYS_MMAN_H
527
513/* Define to 1 if you have the <sys/param.h> header file. */ 528/* Define to 1 if you have the <sys/param.h> header file. */
514#undef HAVE_SYS_PARAM_H 529#undef HAVE_SYS_PARAM_H
515 530
@@ -565,6 +580,24 @@
565/* default value since PATH_MAX is not defined */ 580/* default value since PATH_MAX is not defined */
566#undef PATH_MAX 581#undef PATH_MAX
567 582
583/* Allow pixman to render fonts */
584#undef PIXMAN_FONT
585
586/* Allow pixman to render images */
587#undef PIXMAN_IMAGE
588
589/* Allow pixman to render image sampled scaling */
590#undef PIXMAN_IMAGE_SCALE_SAMPLE
591
592/* Allow pixman to render lines */
593#undef PIXMAN_LINE
594
595/* Allow pixman to render polys */
596#undef PIXMAN_POLY
597
598/* Allow pixman to render rects */
599#undef PIXMAN_RECT
600
568/* The size of `Eina_Unicode', as computed by sizeof. */ 601/* The size of `Eina_Unicode', as computed by sizeof. */
569#undef SIZEOF_EINA_UNICODE 602#undef SIZEOF_EINA_UNICODE
570 603
@@ -582,6 +615,9 @@
582/* Define to 1 if you have the ANSI C header files. */ 615/* Define to 1 if you have the ANSI C header files. */
583#undef STDC_HEADERS 616#undef STDC_HEADERS
584 617
618/* Enable tiled rotate algorithm */
619#undef TILE_ROTATE
620
585/* Enable extensions on AIX 3, Interix. */ 621/* Enable extensions on AIX 3, Interix. */
586#ifndef _ALL_SOURCE 622#ifndef _ALL_SOURCE
587# undef _ALL_SOURCE 623# undef _ALL_SOURCE