initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
source "package/opengl/libgl/Config.in"
|
||||
source "package/opengl/libegl/Config.in"
|
||||
source "package/opengl/libgbm/Config.in"
|
||||
source "package/opengl/libgles/Config.in"
|
||||
source "package/opengl/libopencl/Config.in"
|
||||
source "package/opengl/libopenvg/Config.in"
|
||||
source "package/opengl/libopenmax/Config.in"
|
||||
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_HAS_LIBEGL
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_HAS_LIBEGL_WAYLAND
|
||||
bool
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBEGL
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libegl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,24 @@
|
||||
config BR2_PACKAGE_HAS_LIBGBM
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGBM
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM
|
||||
|
||||
config BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT
|
||||
bool
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM
|
||||
|
||||
# gbm implementations should select this option if they provide the
|
||||
# format modifier plane count feature. This API was initially introduced
|
||||
# in mesa3d version 17. A gbm implementation provides this feature if it
|
||||
# is implement function gbm_device_get_format_modifier_plane_count.
|
||||
|
||||
config BR2_PACKAGE_LIBGBM_HAS_FEATURE_DMA_BUF
|
||||
bool
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM
|
||||
|
||||
# gbm implementations should select this option if they provide the
|
||||
# dma buffer feature. This API was initially introduced in mesa3d
|
||||
# version 10. A gbm implementation provides this feature if it
|
||||
# is implement function gbm_bo_get_fd.
|
||||
@@ -0,0 +1,9 @@
|
||||
################################################################################
|
||||
#
|
||||
# libgbm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This package requires to install a gbm.pc which needs
|
||||
# to be provided by GBM providers.
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBGL
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGL
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libgl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBGLES
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGLES
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBGLES
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libgles
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBOPENCL
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENCL
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBOPENCL
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libopencl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBOPENMAX
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENMAX
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBOPENMAX
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libopenmax
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBOPENVG
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENVG
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBOPENVG
|
||||
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libopenvg
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
@@ -0,0 +1 @@
|
||||
include $(sort $(wildcard package/opengl/*/*.mk))
|
||||
Reference in New Issue
Block a user