gadgetfs-test: requires thread support

Fixes:

  http://autobuild.buildroot.org/results/012914ed010eac94a2f7bfe18d8375cdb2fe9f06/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2012-12-12 08:44:22 +00:00 committed by Peter Korsgaard
parent f610bf0c89
commit 5d4e00bd04
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_GADGETFS_TEST
bool "gadgetfs-test"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Test program for gadgetfs from linux-usb.org
@ -10,3 +11,6 @@ config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
help
Select this to have gadgetfs-test do asynchronous I/O using
the libaio library.
comment "gadgetfs-test requires thread support in toolchain"
depends on !BR2_TOOLCHAIN_HAS_THREADS