initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
config BR2_PACKAGE_KMSCUBE
|
||||
bool "kmscube"
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
depends on BR2_PACKAGE_HAS_LIBGBM
|
||||
depends on BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT
|
||||
depends on BR2_PACKAGE_HAS_LIBGLES
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
help
|
||||
kmscube is an application to test kms/drm drivers.
|
||||
|
||||
https://cgit.freedesktop.org/mesa/kmscube/
|
||||
|
||||
comment "kmscube needs EGL, GBM and OpenGL ES, and a toolchain w/ thread support"
|
||||
depends on \
|
||||
!BR2_PACKAGE_HAS_LIBEGL || \
|
||||
!BR2_PACKAGE_HAS_LIBGBM || \
|
||||
!BR2_PACKAGE_LIBGBM_HAS_FEATURE_FORMAT_MODIFIER_PLANE_COUNT || \
|
||||
!BR2_PACKAGE_HAS_LIBGLES || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 ec135069d8bee7f4fe38cb9dc96fbbd56e0057290fa25eff8b5b314ee473c502 kmscube-4660a7dca6512b6e658759d00cff7d4ad2a2059d.tar.gz
|
||||
sha256 f622099ab0d274133f6e62d5fccfe970b61134d80ed036f45f8cf1e90c3d5a05 COPYING
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# kmscube
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KMSCUBE_VERSION = 4660a7dca6512b6e658759d00cff7d4ad2a2059d
|
||||
KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
|
||||
KMSCUBE_LICENSE = MIT
|
||||
KMSCUBE_LICENSE_FILES = COPYING
|
||||
KMSCUBE_DEPENDENCIES = host-pkgconf libdrm libegl libgbm libgles
|
||||
|
||||
$(eval $(meson-package))
|
||||
Reference in New Issue
Block a user