diff options
Diffstat (limited to 'package/libdvdnav')
-rw-r--r-- | package/libdvdnav/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libdvdnav/Config.in b/package/libdvdnav/Config.in index 5ba31e875..4585be935 100644 --- a/package/libdvdnav/Config.in +++ b/package/libdvdnav/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBDVDNAV bool "libdvdnav" depends on BR2_LARGEFILE # libdvdread + depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBDVDREAD help libdvdnav is a library that allows easy use of sophisticated @@ -9,5 +10,5 @@ config BR2_PACKAGE_LIBDVDNAV http://www.mplayerhq.hu -comment "libdvdnav requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "libdvdnav requires a toolchain with LARGEFILE and thread support" + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS |