602e968010
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>
27 lines
690 B
Plaintext
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
|