From 800279c23bdb0e925f112c96516dcc96a5487684 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 16 Oct 2012 08:57:18 +0000 Subject: pthread stuff is no longer optional at all in evas - smae with preload and async events, but pthread_attr_setaffinity_np is optionally detected and used if there. it's an opti8mization anyway. SVN revision: 78041 --- legacy/evas/src/static_deps/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'legacy/evas/src/static_deps/Makefile.am') diff --git a/legacy/evas/src/static_deps/Makefile.am b/legacy/evas/src/static_deps/Makefile.am index 08a0f5ba3d..5222db440b 100644 --- a/legacy/evas/src/static_deps/Makefile.am +++ b/legacy/evas/src/static_deps/Makefile.am @@ -1,7 +1,3 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = - -if EVAS_USE_LINEBREAK -SUBDIRS += liblinebreak -endif +SUBDIRS = liblinebreak -- cgit v1.2.1