kumquat-buildroot/package/onevpl-intel-gpu/Config.in
Bernd Kuhls f6acde11ab package/onevpl: rename package to libvpl
Upstream changed the package name and its github repo:
44df6e08cc

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-12-24 17:18:30 +01:00

26 lines
1.0 KiB
Plaintext

config BR2_PACKAGE_ONEVPL_INTEL_GPU
bool "onevpl-intel-gpu"
depends on BR2_x86_64 # intel-mediadriver
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_HAS_SYNC_1 # intel-mediadriver
depends on BR2_TOOLCHAIN_HAS_THREADS # libvpl
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # intel-mediadriver
select BR2_PACKAGE_INTEL_MEDIADRIVER # runtime
select BR2_PACKAGE_LIBVA
select BR2_PACKAGE_LIBVPL
help
Intel® oneVPL GPU Runtime is a Runtime implementation of
oneVPL API for Intel Gen GPUs, starting with Tiger Lake.
https://github.com/oneapi-src/oneVPL-intel-gpu
comment "onevpl-intel-gpu needs a toolchain w/ dynamic library, gcc >= 7, 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 || \
!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS