All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/ti-sgx-um: make it a provider of libgbm
@ 2022-01-08 18:04 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2022-01-08 18:04 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=f8b6d3931ffdb83833590ba596d595e661b0156c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The OpenGL ES implementation provides a libgbm implementation, so
provide the corresponding virtual package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/ti-sgx-um/Config.in    | 5 +++++
 package/ti-sgx-um/ti-sgx-um.mk | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/ti-sgx-um/Config.in b/package/ti-sgx-um/Config.in
index b97469a364..2dea104b58 100644
--- a/package/ti-sgx-um/Config.in
+++ b/package/ti-sgx-um/Config.in
@@ -15,6 +15,8 @@ config BR2_PACKAGE_TI_SGX_UM
 	select BR2_PACKAGE_LIBDRM
 	select BR2_PACKAGE_LIBDRM_OMAP
 	select BR2_PACKAGE_HAS_LIBEGL
+	select BR2_PACKAGE_HAS_LIBGBM
+	select BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
 	select BR2_PACKAGE_HAS_LIBGLES
 	select BR2_PACKAGE_HAS_POWERVR
 	select BR2_PACKAGE_LIBFFI
@@ -31,6 +33,9 @@ if BR2_PACKAGE_TI_SGX_UM
 config BR2_PACKAGE_PROVIDES_LIBEGL
 	default "ti-sgx-um"
 
+config BR2_PACKAGE_PROVIDES_LIBGBM
+	default "ti-sgx-um"
+
 config BR2_PACKAGE_PROVIDES_LIBGLES
 	default "ti-sgx-um"
 
diff --git a/package/ti-sgx-um/ti-sgx-um.mk b/package/ti-sgx-um/ti-sgx-um.mk
index 0a1d46c384..aeee90686b 100644
--- a/package/ti-sgx-um/ti-sgx-um.mk
+++ b/package/ti-sgx-um/ti-sgx-um.mk
@@ -11,7 +11,7 @@ TI_SGX_UM_SITE_METHOD = git
 TI_SGX_UM_LICENSE = TI TSPA License
 TI_SGX_UM_LICENSE_FILES = TI-Linux-Graphics-DDK-UM-Manifest.doc
 TI_SGX_UM_INSTALL_STAGING = YES
-TI_SGX_UM_PROVIDES = libegl libgles powervr
+TI_SGX_UM_PROVIDES = libegl libgbm libgles powervr
 TI_SGX_UM_TARGET=ti335x
 
 # ti-sgx-um is a egl/gles provider only if libdrm is installed
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-08 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 18:04 [Buildroot] [git commit] package/ti-sgx-um: make it a provider of libgbm Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.