kumquat-buildroot/package/nvidia-tegra23/nvidia-tegra23-binaries/Config.in
Peter Korsgaard 602e968010 package/nvidia-tegra23-binaries: drop gstreamer 0.10.x support
With the upcoming removal of gstreamer 0.10, the logic for installing
binaries using gstreamer 0.10.x in nvidia-tegra23-binaries must go as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-02-08 22:42:59 +01:00

27 lines
690 B
Plaintext

config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES
bool "nvidia-tegra23 binaries"
select BR2_PACKAGE_MESA3D_HEADERS
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_HAS_LIBOPENMAX
help
Those packages provide libraries, drivers and firmware that
comes from NVIDIA Linux For Tegra.
https://developer.nvidia.com/linux-tegra
if BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES
config BR2_PACKAGE_PROVIDES_LIBEGL
default "nvidia-tegra23-binaries"
config BR2_PACKAGE_PROVIDES_LIBGLES
default "nvidia-tegra23-binaries"
config BR2_PACKAGE_PROVIDES_LIBOPENMAX
default "nvidia-tegra23-binaries"
endif