[Buildroot] [PATCH] libva-intel-driver: add indirect dependency on BR2_PREFER_STATIC_LIB

Peter Korsgaard jacmet at uclibc.org
Sun Oct 12 19:13:48 UTC 2014


>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> writes:

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
 > ---
 >  package/libva-intel-driver/Config.in | 6 ++++--
 >  1 file changed, 4 insertions(+), 2 deletions(-)

 > diff --git a/package/libva-intel-driver/Config.in b/package/libva-intel-driver/Config.in
 > index 89a3264..16e7ced 100644
 > --- a/package/libva-intel-driver/Config.in
 > +++ b/package/libva-intel-driver/Config.in
 > @@ -9,11 +9,13 @@ config BR2_PACKAGE_LIBVA_INTEL_DRIVER
 >  	depends on BR2_i386 || BR2_x86_64
 >  	depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm/libpthread-stubs
 >  	depends on BR2_LARGEFILE # libdrm
 > +        depends on !BR2_PREFER_STATIC_LIB # libva

Should have been indented with a <tab>. Committed with that fixed,
thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list