[Buildroot] [git commit] package/libdvdnav: fix typo: BR2_PREEFER_STATIC_LIB

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Oct 5 12:08:44 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=a8f986c449a3e08aff7fff531d7b26a1907a9d09
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libdvdnav/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libdvdnav/Config.in b/package/libdvdnav/Config.in
index fed3b16..40a375a 100644
--- a/package/libdvdnav/Config.in
+++ b/package/libdvdnav/Config.in
@@ -12,4 +12,4 @@ config BR2_PACKAGE_LIBDVDNAV
 	  http://www.mplayerhq.hu
 
 comment "libdvdnav needs a toolchain w/ dynamic library, largefile, threads"
-	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREEFER_STATIC_LIB
+	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB


More information about the buildroot mailing list