fb7fb9bda6
A custom ti version of libgbm for SGX graphics accelerator, required by the binary libraries of the ti-sgx-um package. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Carlos Santos <unixmania@gmail.com> [Thomas: - fix LICENSE variable, as noticed by Yegor - fix alphabetic ordering in package/Config.in - add missing select BR2_PACKAGE_LIBDRM in Config.in, and the corresponding dependencies - add missing depends on BR2_PACKAGE_HAS_UDEV in Config.in - use gbm.h as license file, instead of extracting the first 26 lines of the header file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
config BR2_PACKAGE_TI_SGX_LIBGBM
|
|
bool "ti-sgx-libgbm"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
select BR2_PACKAGE_LIBDRM
|
|
help
|
|
TI SGX libgbm variant.
|
|
|
|
https://git.ti.com/cgit/glsdk/libgbm
|
|
|
|
comment "ti-sgx-libgbm needs udev and a toolchain w/ threads"
|
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS
|