2bb9df30ad
The basic rule for a package is to have its options named after the package name. There is no reason this should not also be the case for virtual packages. Besides, this will allow us to switch libegl to use the soon-to-be-introduced virtual-package infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Mike Zick <minimod@morethan.org> Cc: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
comment "gpu-viv-bin-mx6q needs an (e)glibc toolchain"
|
|
depends on BR2_arm
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
|
|
bool "gpu-viv-bin-mx6q"
|
|
select BR2_PACKAGE_HAS_LIBEGL
|
|
select BR2_PACKAGE_HAS_LIBGLES
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
|
depends on BR2_arm # Only relevant for i.MX6
|
|
# Library binaries are linked against libc.so.6
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
Userspace libraries for Vivante GPU on i.MX6 platforms
|
|
|
|
It contains libraries and headers for GLES, OpenCL, and
|
|
OpenVG. It also contains a DRI plugin for X11. It also
|
|
contains a plugin for DirectFB-1.4.0, but that doesn't work
|
|
together with buildroot's DirectFB version.
|
|
|
|
This library is provided by Freescale as-is and doesn't have
|
|
an upstream.
|
|
|
|
if BR2_PACKAGE_GPU_VIV_BIN_MX6Q
|
|
|
|
config BR2_PACKAGE_PROVIDES_LIBEGL
|
|
default "gpu-viv-bin-mx6q"
|
|
|
|
config BR2_PACKAGE_PROVIDES_LIBGLES
|
|
default "gpu-viv-bin-mx6q"
|
|
|
|
config BR2_PACKAGE_GPU_VIV_BIN_MX6Q_EXAMPLES
|
|
bool "install examples"
|
|
help
|
|
Copy the Vivante examples to the target.
|
|
|
|
Warning: examples take approximately 150 MB of disk space.
|
|
|
|
endif
|