libva-intel-driver: add indirect dependency on BR2_PREFER_STATIC_LIB

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Arnout Vandecappelle 2014-10-12 19:41:41 +02:00 committed by Peter Korsgaard
parent 1239610e22
commit be364a39dc

View File

@ -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
help
VA-API back-end driver for Intel graphics chips
https://01.org/linuxgraphics/community/vaapi
comment "libva intel driver needs a toolchain w/ largefile, threads"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
comment "libva intel driver needs a toolchain w/ largefile, threads, dynamic library"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
BR2_PREFER_STATIC_LIB
depends on BR2_i386 || BR2_x86_64