package/gcnano-binaries: provides libgbm
Add package as a libgbm provider Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
630530831f
commit
df58675b06
@ -15,6 +15,9 @@ config BR2_PACKAGE_GCNANO_BINARIES
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm, wayland
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_HAS_LIBEGL
|
||||
select BR2_PACKAGE_HAS_LIBGBM
|
||||
select BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT
|
||||
select BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
|
||||
select BR2_PACKAGE_HAS_LIBGLES
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_WAYLAND
|
||||
@ -27,6 +30,9 @@ if BR2_PACKAGE_GCNANO_BINARIES
|
||||
config BR2_PACKAGE_PROVIDES_LIBEGL
|
||||
default "gcnano-binaries"
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGBM
|
||||
default "gcnano-binaries"
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGLES
|
||||
default "gcnano-binaries"
|
||||
|
||||
|
@ -20,7 +20,7 @@ GCNANO_BINARIES_DEPENDENCIES = linux wayland libdrm
|
||||
|
||||
GCNANO_BINARIES_INSTALL_STAGING = YES
|
||||
|
||||
GCNANO_BINARIES_PROVIDES = libegl libgles
|
||||
GCNANO_BINARIES_PROVIDES = libegl libgles libgbm
|
||||
|
||||
# The Github repository doesn't contain the source code as-is: it
|
||||
# contains a tarball with the kernel driver source code, and a
|
||||
|
Loading…
Reference in New Issue
Block a user