mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/intel-vpl-gpu-rt: add missing BR2_TOOLCHAIN_GCC_AT_LEAST_8 dependency
BR2_PACKAGE_INTEL_VPL_GPU_RT selects BR2_PACKAGE_INTEL_MEDIADRIVER but did not propagate "depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8". This commit fixes this issue, which was introduced in commitac65841def, when onevpl-intel-gpu was introduced (it was later renamed to intel-vpl-gpu-rt). Fixes:ac65841def("package/onevpl-intel-gpu: new package") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit876023bc5a) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
71cbd3dab8
commit
650df664f0
@@ -4,7 +4,7 @@ config BR2_PACKAGE_INTEL_VPL_GPU_RT
|
||||
depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS # libvpl
|
||||
depends on BR2_INSTALL_LIBSTDCPP # libvpl
|
||||
depends on !BR2_STATIC_LIBS # libvpl
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # libvpl
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # intel-mediadriver
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_1 # intel-mediadriver
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libvpl
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # intel-mediadriver
|
||||
@@ -18,9 +18,9 @@ config BR2_PACKAGE_INTEL_VPL_GPU_RT
|
||||
|
||||
https://github.com/intel/vpl-gpu-rt
|
||||
|
||||
comment "intel-vpl-gpu-rt needs a toolchain w/ dynamic library, gcc >= 7, C++, NPTL"
|
||||
comment "intel-vpl-gpu-rt needs a toolchain w/ dynamic library, gcc >= 8, C++, NPTL"
|
||||
depends on BR2_x86_64
|
||||
depends on BR2_PACKAGE_LIBVPL_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_1
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || \
|
||||
!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user