From: Yann E. MORIN Date: Sun, 22 Dec 2019 13:03:59 +0000 (+0100) Subject: package/libnfc: drop leftover comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=891801fbb395cb41025e5f92caa4e4716ab50362;p=buildroot.git package/libnfc: drop leftover comment In commit 1a49188a694 (package/libnfc: add sub-options to enable individual drivers), the dependency on threads was moved down to the individual drivers that need it, and libnfc as a whole lost that dependency. However, the global comment was not removed. Do so now. Signed-off-by: Yann E. MORIN --- diff --git a/package/libnfc/Config.in b/package/libnfc/Config.in index 014ab94ce8..14084dc889 100644 --- a/package/libnfc/Config.in +++ b/package/libnfc/Config.in @@ -75,6 +75,3 @@ config BR2_PACKAGE_LIBNFC_EXAMPLES select BR2_PACKAGE_READLINE endif - -comment "libnfc needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS