]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
p11-kit: add missing comment for dynamic library support
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 18 Dec 2013 20:29:12 +0000 (21:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Dec 2013 20:41:49 +0000 (21:41 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/p11-kit/Config.in

index 8d0cf38344fa21d780f48001f30007aa82a97469..c72006f7d11a81dc1ad199df91e0a42379554cdf 100644 (file)
@@ -11,6 +11,6 @@ config BR2_PACKAGE_P11_KIT
 
          http://p11-glue.freedesktop.org/p11-kit.html
 
-comment "p11-kit needs a toolchain w/ threads"
+comment "p11-kit needs a toolchain w/ threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB