config BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS bool default y if BR2_ARCH_IS_64 default y if BR2_arm config BR2_PACKAGE_ONEVPL bool "onevpl" depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS depends on BR2_INSTALL_LIBSTDCPP depends on !BR2_STATIC_LIBS # dlfcn.h depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_WAYLAND_PROTOCOLS if BR2_PACKAGE_WAYLAND # libva support needs a libdrm with intel driver select BR2_PACKAGE_LIBDRM_INTEL if BR2_PACKAGE_LIBVA select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7 help oneAPI Video Processing Library (oneVPL) dispatcher, tools, and examples https://github.com/oneapi-src/oneVPL comment "onevpl needs a toolchain w/ dynamic library, gcc >= 7, C++, threads" depends on BR2_PACKAGE_ONEVPL_ARCH_SUPPORTS depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \ !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS