From bd60dfd40e59484bf4106e73a407e1a89ad93f8a Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 22 Dec 2009 12:58:07 +0000 Subject: [PATCH] * evas: Fix build when pipe rendering is disabled. SVN revision: 44651 --- legacy/evas/src/lib/include/evas_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/evas/src/lib/include/evas_common.h b/legacy/evas/src/lib/include/evas_common.h index d461cb6dd6..05d40b980f 100644 --- a/legacy/evas/src/lib/include/evas_common.h +++ b/legacy/evas/src/lib/include/evas_common.h @@ -119,6 +119,10 @@ extern EAPI int _evas_log_dom_global; # undef BUILD_PIPE_RENDER #endif +#ifdef BUILD_ASYNC_PRELOAD +# define BUILD_PTHREAD +#endif + #ifdef BUILD_PTHREAD #ifndef __USE_GNU