8ab9acbed8
The cgit URL is a mirror of the gitlab repository. The README.md file of the kmscube project also points to the gitlab repository, so switch the URL accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
config BR2_PACKAGE_KMSCUBE
|
|
bool "kmscube"
|
|
# requires libgbm from mesa3d
|
|
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
|
|
depends on BR2_PACKAGE_MESA3D_OPENGL_ES
|
|
help
|
|
kmscube is an application to test kms/drm drivers.
|
|
|
|
https://gitlab.freedesktop.org/mesa/kmscube
|