1config BR2_PACKAGE_LIBUDFREAD 2 bool "libudfread" 3 depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS 4 help 5 UDF reader 6 7 https://code.videolan.org/videolan/libudfread 8 9comment "libudfread needs a toolchain w/ threads" 10 depends on !BR2_TOOLCHAIN_HAS_SYNC_4 && !BR2_TOOLCHAIN_HAS_THREADS 11