Config.in 304 B

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