Commit 7ed76d54 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

libeio: needs threads

Fixes:
http://autobuild.buildroot.net/results/278/27854bf8425d64dbb475653161bbf1f386173366/



libeio only reverse dependency (enlightenment) depends on
BR2_TOOLCHAIN_HAS_THREADS already.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 89e16118
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBEIO
	select BR2_PACKAGE_LIBEET
	select BR2_PACKAGE_LIBEINA
	select BR2_PACKAGE_LIBECORE
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Eio integrates with EFL (Ecore, Eina) to provide efficient
	  filesystem Input/Output (I/O). It use the best techniques to
@@ -16,3 +17,6 @@ config BR2_PACKAGE_LIBEIO
	  naive implementations, and it is easy to use.

	  http://trac.enlightenment.org/e/wiki/Eio

comment "libeio needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS