diff options
Diffstat (limited to 'package/libdrm/Config.in')
-rw-r--r-- | package/libdrm/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in index 8f70db51c7..dda3aee9c8 100644 --- a/package/libdrm/Config.in +++ b/package/libdrm/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_LIBDRM bool "libdrm" select BR2_PACKAGE_LIBPTHREAD_STUBS depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs - depends on BR2_LARGEFILE help Direct Rendering Manager @@ -64,5 +63,5 @@ endmenu endif -comment "libdrm needs a toolchain w/ largefile, threads" - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "libdrm needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS |