* evas: Fix build when pipe rendering is disabled.

SVN revision: 44651
devs/devilhorns/wayland_egl
Cedric BAIL 13 years ago
parent 47ffb13f27
commit bd60dfd40e
  1. 4
      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

Loading…
Cancel
Save