* evas: Fix build when pipe rendering is disabled.
authorCedric BAIL <cedric.bail@free.fr>
Tue, 22 Dec 2009 12:58:07 +0000 (12:58 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 22 Dec 2009 12:58:07 +0000 (12:58 +0000)
SVN revision: 44651

legacy/evas/src/lib/include/evas_common.h

index d461cb6..05d40b9 100644 (file)
@@ -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